Searched defs:textureBuffer (Results 1 – 10 of 10) sorted by relevance
40 void onNewBuffer(TextureBuffer textureBuffer); in onNewBuffer()42 void onRetainBuffer(TextureBuffer textureBuffer); in onRetainBuffer()44 void onReleaseBuffer(TextureBuffer textureBuffer); in onReleaseBuffer()46 void onDestroyBuffer(TextureBuffer textureBuffer); in onDestroyBuffer()
23 void onRetain(TextureBufferImpl textureBuffer); in onRetain()24 void onRelease(TextureBufferImpl textureBuffer); in onRelease()25 void onDestroy(TextureBufferImpl textureBuffer); in onDestroy()192 public void onRelease(TextureBufferImpl textureBuffer) { in applyTransformMatrix()197 public void onDestroy(TextureBufferImpl textureBuffer) { in applyTransformMatrix()
36 private @Nullable VideoFrame.TextureBuffer textureBuffer; field in SurfaceTextureHelperTest.MockTextureListener146 final VideoFrame.TextureBuffer textureBuffer = listener.waitForTextureBuffer(); in testThreeConstantColorFrames() local213 final VideoFrame.TextureBuffer textureBuffer = listener.waitForTextureBuffer(); in testLateReturnFrame() local474 final VideoFrame.TextureBuffer textureBuffer = listener.waitForTextureBuffer(); in testTexturetoYuv() local
193 private final FloatBuffer textureBuffer; field in ProjectionRenderer.MeshData
208 private final FloatBuffer textureBuffer; field in ProjectionRenderer.MeshData
194 private final FloatBuffer textureBuffer; field in ProjectionRenderer.MeshData
701 PFNGLTEXTUREBUFFERPROC textureBuffer = nullptr; variable
699 glTextureBufferFunc textureBuffer; variable
408 GLuint textureBuffer, in createStorageBuffer()
3470 void Context::textureBuffer(TextureID texture, GLenum internalformat, BufferID buffer) in textureBuffer() function in gl::Context