Home
last modified time | relevance | path

Searched defs:textureId (Results 1 – 25 of 95) sorted by relevance

1234

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
H A DFrameEditor.java85 int textureId; in create() local
128 Context context, Matrix transformationMatrix, int textureId) throws IOException { in configureGlProgram()
207 private final int textureId; field in FrameEditor
222 int textureId, in FrameEditor()
/aosp_15_r20/packages/services/Car/cpp/evs/apps/default/src/
DTexWrapper.cpp28 GLuint textureId; in TexWrapper() local
41 TexWrapper::TexWrapper(GLuint textureId, unsigned width, unsigned height) { in TexWrapper()
157 GLuint textureId; in createTextureFromPng() local
/aosp_15_r20/packages/services/Car/cpp/evs/support_library/
DTexWrapper.cpp32 GLuint textureId; in TexWrapper() local
45 TexWrapper::TexWrapper(GLuint textureId, unsigned width, unsigned height) { in TexWrapper()
161 GLuint textureId; in createTextureFromPng() local
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLProtectedContentTest.cpp159 bool createTexture(EGLBoolean isProtected, GLuint *textureId) in createTexture()
188 bool createTextureFromImage(EGLImage image, GLuint *textureId) in createTextureFromImage()
204 bool createTextureFromPbuffer(EGLSurface pBuffer, GLuint *textureId) in createTextureFromPbuffer()
222 bool fillTexture(GLuint textureId, GLColor color) in fillTexture()
236 bool renderTexture(GLuint textureId) in renderTexture()
H A DEGLLockSurface3Test.cpp134 bool fillTexture(GLuint textureId, GLColor color) in fillTexture()
145 void renderTexture(GLuint textureId) in renderTexture()
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DHardwareVideoEncoderTest.java166 private final int textureId; field in HardwareVideoEncoderTest.MockTextureBuffer
168 public MockTextureBuffer(int textureId, int width, int height, Runnable releaseCallback) { in MockTextureBuffer()
306 final int textureId = GlUtil.generateTexture(GLES11Ext.GL_TEXTURE_EXTERNAL_OES); in generateTextureFrame() local
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/blurredbackground/
DBlurTextureProgram.java201 private void setupTextureForFramebuffer(int textureId) { in setupTextureForFramebuffer()
281 private void setupProgram(int programId, int textureId, int textureTarget) { in setupProgram()
DGLHelper.java85 int textureId = textureIdBuffer.get(0); in createAndBindTextureObject() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DProjection.java194 public final int textureId; field in Projection.SubMesh
202 public SubMesh(int textureId, float[] vertices, float[] textureCoords, @DrawMode int mode) { in SubMesh()
H A DProjectionRenderer.java134 public void draw(int textureId, float[] mvpMatrix, boolean rightEye) { in draw()
H A DSceneRenderer.java49 private int textureId; field in SceneRenderer
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DProjection.java198 public final int textureId; field in Projection.SubMesh
206 public SubMesh(int textureId, float[] vertices, float[] textureCoords, @DrawMode int mode) { in SubMesh()
H A DProjectionRenderer.java135 public void draw(int textureId, float[] mvpMatrix, boolean rightEye) { in draw()
H A DSceneRenderer.java49 private int textureId; field in SceneRenderer
/aosp_15_r20/cts/tests/openglperf2/jni/graphics/
H A DGLUtils.cpp61 GLuint textureId = 0; in loadTexture() local
213 GLuint textureId = 0; in genTexture() local
H A DTexturedMeshNode.cpp17 TexturedMeshNode::TexturedMeshNode(const Mesh* mesh, const GLuint textureId) : in TexturedMeshNode()
H A DPerspectiveMeshNode.cpp19 PerspectiveMeshNode::PerspectiveMeshNode(const Mesh* mesh, const GLuint textureId) : in PerspectiveMeshNode()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureFilterMinmaxTests.cpp466glw::GLuint textureId, tcu::IVec2 textureSize, in getDataFromTexture()
485 …xtureFilterMinmaxUtils::calcPixelSumValue(const glu::RenderContext &context, glw::GLuint textureId, in calcPixelSumValue()
/aosp_15_r20/cts/hostsidetests/adpf/app/hintsession/src/cpp/
H A DTextureAsset.h44 inline TextureAsset(GLuint textureId) : textureID_(textureId) {} in TextureAsset()
H A DTextureAsset.cpp52 GLuint textureId; in loadAsset() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcLayoutLocationTests.cpp80 uint32_t textureId; // id of created texture member
178 uint32_t textureId; in createTextureBuffer() local
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DGlUtil.java57 final int textureId = textureArray[0]; in generateTexture() local
H A DGlTextureFrameBuffer.java24 private int textureId; field in GlTextureFrameBuffer
/aosp_15_r20/packages/services/Car/libs/car-evs-helper-lib/jni/
DCarEvsBufferRenderer.cpp34 jint textureId) { in nativeUpdateTexture()
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/util/
H A DEglProgram.cc307 bool EglTextureProgram::draw(GLuint textureId, in draw()

1234