Searched defs:textureBuffer (Results 1 – 9 of 9) 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()193 public void onRelease(TextureBufferImpl textureBuffer) { in applyTransformMatrix()198 public void onDestroy(TextureBufferImpl textureBuffer) { in applyTransformMatrix()
33 private @Nullable VideoFrame.TextureBuffer textureBuffer; field in SurfaceTextureHelperTest.MockTextureListener143 final VideoFrame.TextureBuffer textureBuffer = listener.waitForTextureBuffer(); in testThreeConstantColorFrames() local210 final VideoFrame.TextureBuffer textureBuffer = listener.waitForTextureBuffer(); in testLateReturnFrame() local471 final VideoFrame.TextureBuffer textureBuffer = listener.waitForTextureBuffer(); in testTexturetoYuv() local
193 private final FloatBuffer textureBuffer; field in ProjectionRenderer.MeshData
194 private final FloatBuffer textureBuffer; field in ProjectionRenderer.MeshData
701 PFNGLTEXTUREBUFFERPROC textureBuffer = nullptr; variable
703 glTextureBufferFunc textureBuffer; variable
405 GLuint textureBuffer, in createStorageBuffer()
3133 void Context::textureBuffer(TextureID texture, GLenum internalformat, BufferID buffer) in textureBuffer() function in gl::Context