Searched defs:texName (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | SurfaceTexture.java | 112 public SurfaceTexture(int texName) { in SurfaceTexture() 133 public SurfaceTexture(int texName, boolean singleBufferMode) { in SurfaceTexture() 286 public void attachToGLContext(int texName) { in attachToGLContext() 395 private native void nativeInit(boolean isDetached, int texName, in nativeInit() 405 private native int nativeAttachToGLContext(int texName); in nativeAttachToGLContext()
|
/frameworks/native/cmds/flatland/ |
D | Composers.cpp | 46 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()
|
D | Main.cpp | 405 GLuint texName; in setUp() local
|
/frameworks/av/cmds/screenrecord/ |
D | Program.cpp | 203 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/ |
D | TextureRenderer.cpp | 30 TextureRenderer::TextureRenderer(GLuint texName, in TextureRenderer()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES20RenderEngine.cpp | 341 uint32_t* texName, uint32_t* fbName, uint32_t* status) { 358 void GLES20RenderEngine::unbindFramebuffer(uint32_t texName, uint32_t fbName) {
|
/frameworks/base/rs/java/android/renderscript/ |
D | Program.java | 343 public BaseProgramBuilder addTexture(TextureType texType, String texName) in addTexture()
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 259 jint texName, jboolean singleBufferMode, jobject weakThiz) in SurfaceTexture_init()
|