Home
last modified time | relevance | path

Searched refs:GLToolbox (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DTextureSource.java41 return new TextureSource(GLToolbox.generateTexture(), GLES20.GL_TEXTURE_2D, true); in newTexture()
45 return new TextureSource(GLToolbox.generateTexture(), in newExternalTexture()
60 GLToolbox.checkGlError("glBindTexture"); in bind()
65 GLToolbox.allocateTexturePixels(mTexId, mTarget, width, height); in allocate()
71 GLToolbox.setTexturePixels(mTexId, mTarget, pixels, width, height); in allocateWithPixels()
77 GLToolbox.setTexturePixels(mTexId, mTarget, bitmap); in allocateWithBitmapPixels()
100 if (GLToolbox.isTexture(mTexId) && mIsOwner) { in release()
101 GLToolbox.deleteTexture(mTexId); in release()
103 mTexId = GLToolbox.textureNone(); in release()
DImageShader.java164 GLToolbox.checkGlError("Set vertex-attribute values"); in push()
204 GLToolbox.checkGlError("Initializing uniform"); in ProgramUniform()
282 GLToolbox.checkGlError("Unknown Operation"); in processMulti()
321 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")"); in setUniformValue()
328 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")"); in setUniformValue()
356 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")"); in setUniformValue()
397 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")"); in setUniformValue()
601 GLToolbox.checkGlError("Set render variables"); in pushShaderState()
607 GLToolbox.checkGlError("glViewport"); in focusTarget()
627 GLToolbox.checkGlError("Binding input texture " + i); in bindInputTextures()
[all …]
DRenderTarget.java106 int fbo = GLToolbox.generateFbo(); in forTexture()
108 GLToolbox.checkGlError("glBindFramebuffer"); in forTexture()
114 GLToolbox.checkGlError("glFramebufferTexture2D"); in forTexture()
219 GLToolbox.checkGlError("glBindFramebuffer"); in focus()
261 GLToolbox.deleteFbo(mFbo); in release()
266 GLToolbox.readTarget(this, pixels, width, height); in readPixelData()
271 GLToolbox.readTarget(this, pixels, width, height); in getPixelData()
DGLToolbox.java32 public class GLToolbox { class
DBackingStore.java727 GLToolbox.readTarget(target, mBuffer, mDimensions[0], mDimensions[1]); in syncTo()
847 GLToolbox.readTarget(target, pixels, mDimensions[0], mDimensions[1]); in syncTo()
DCameraStreamer.java389 GLToolbox.checkGlError("distribute frames"); in distributeFrames()