Home
last modified time | relevance | path

Searched defs:texName (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DSurfaceTexture.java110 public SurfaceTexture(int texName) { in SurfaceTexture()
131 public SurfaceTexture(int texName, boolean singleBufferMode) { in SurfaceTexture()
283 public void attachToGLContext(int texName) { in attachToGLContext()
381 private native void nativeInit(boolean isDetached, int texName, in nativeInit()
391 private native int nativeAttachToGLContext(int texName); in nativeAttachToGLContext()
/frameworks/native/cmds/flatland/
DComposers.cpp46 bool blit(GLuint texName, const float* texMatrix, in blit()
52 bool modBlit(GLuint texName, const float* texMatrix, float* modColor, in modBlit()
149 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { in opaque()
173 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { in opaqueShrink()
205 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { in blend()
244 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { in blendShrink()
DMain.cpp406 GLuint texName; in setUp() local
/frameworks/av/cmds/screenrecord/
DProgram.cpp203 status_t Program::blit(GLuint texName, const float* texMatrix, in blit()
229 status_t Program::drawTriangles(GLuint texName, const float* texMatrix, in drawTriangles()
243 status_t Program::beforeDraw(GLuint texName, const float* texMatrix, in beforeDraw()
/frameworks/native/libs/gui/tests/
DTextureRenderer.cpp30 TextureRenderer::TextureRenderer(GLuint texName, in TextureRenderer()
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES11RenderEngine.cpp242 uint32_t* texName, uint32_t* fbName, uint32_t* status) {
260 void GLES11RenderEngine::unbindFramebuffer(uint32_t texName, uint32_t fbName) {
DGLES20RenderEngine.cpp211 uint32_t* texName, uint32_t* fbName, uint32_t* status) {
228 void GLES20RenderEngine::unbindFramebuffer(uint32_t texName, uint32_t fbName) {
/frameworks/base/rs/java/android/renderscript/
DProgram.java343 public BaseProgramBuilder addTexture(TextureType texType, String texName) in addTexture()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp256 jint texName, jboolean singleBufferMode, jobject weakThiz) in SurfaceTexture_init()