Home
last modified time | relevance | path

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

12

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
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()
/external/angle/src/tests/egl_tests/
DEGLProtectedContentTest.cpp157 bool createTexture(EGLBoolean isProtected, GLuint *textureId) in createTexture()
186 bool createTextureFromImage(EGLImage image, GLuint *textureId) in createTextureFromImage()
202 bool createTextureFromPbuffer(EGLSurface pBuffer, GLuint *textureId) in createTextureFromPbuffer()
220 bool fillTexture(GLuint textureId, GLColor color) in fillTexture()
234 bool renderTexture(GLuint textureId) in renderTexture()
DEGLLockSurface3Test.cpp134 bool fillTexture(GLuint textureId, GLColor color) in fillTexture()
145 void renderTexture(GLuint textureId) in renderTexture()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DProjection.java194 public final int textureId; field in Projection.SubMesh
202 public SubMesh(int textureId, float[] vertices, float[] textureCoords, @DrawMode int mode) { in SubMesh()
DProjectionRenderer.java134 public void draw(int textureId, float[] mvpMatrix, boolean rightEye) { in draw()
DSceneRenderer.java49 private int textureId; field in SceneRenderer
DProjectionDecoder.java205 int textureId = bitInput.readBits(8); in parseMesh() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DProjection.java198 public final int textureId; field in Projection.SubMesh
206 public SubMesh(int textureId, float[] vertices, float[] textureCoords, @DrawMode int mode) { in SubMesh()
DProjectionRenderer.java135 public void draw(int textureId, float[] mvpMatrix, boolean rightEye) { in draw()
DSceneRenderer.java49 private int textureId; field in SceneRenderer
DProjectionDecoder.java210 int textureId = bitInput.readBits(8); in parseMesh() local
/external/webrtc/sdk/android/api/org/webrtc/
DGlUtil.java57 final int textureId = textureArray[0]; in generateTexture() local
DGlTextureFrameBuffer.java24 private int textureId; field in GlTextureFrameBuffer
DRendererCommon.java48 void drawRgb(int textureId, float[] texMatrix, int frameWidth, int frameHeight, int viewportX, in drawRgb()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
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
/external/angle/src/libANGLE/
DFramebufferAttachment.h92 bool isTextureWithId(TextureID textureId) const in isTextureWithId()
DFramebuffer.cpp1000 bool Framebuffer::detachTexture(Context *context, TextureID textureId) in detachTexture()
/external/angle/src/tests/gl_tests/
DMaxTextureSizeTest.cpp220 GLuint textureId = 0; in TEST_P() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp466 glw::GLuint textureId, tcu::IVec2 textureSize, in getDataFromTexture()
485 …xtureFilterMinmaxUtils::calcPixelSumValue(const glu::RenderContext& context, glw::GLuint textureId, in calcPixelSumValue()
/external/deqp/external/openglcts/modules/common/
DglcLayoutLocationTests.cpp80 deUint32 textureId; // id of created texture member
178 deUint32 textureId; in createTextureBuffer() local
/external/webrtc/sdk/android/src/java/org/webrtc/
DGlGenericDrawer.java176 public void drawRgb(int textureId, float[] texMatrix, int frameWidth, int frameHeight, in drawRgb()
/external/deqp/modules/gles2/functional/
Des2fTextureStateQueryTests.cpp212 GLuint textureId = 0; in test() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DGlUtil.java330 public static void deleteTexture(int textureId) { in deleteTexture()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DGlUtil.java307 public static void deleteTexture(int textureId) { in deleteTexture()
/external/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp510 GLuint textureId; in blitColorBufferWithShader() local

12