Searched defs:texName (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | SurfaceTexture.java | 110 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/ |
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 | 406 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 | GLES11RenderEngine.cpp | 242 uint32_t* texName, uint32_t* fbName, uint32_t* status) { 260 void GLES11RenderEngine::unbindFramebuffer(uint32_t texName, uint32_t fbName) {
|
D | GLES20RenderEngine.cpp | 211 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/ |
D | Program.java | 343 public BaseProgramBuilder addTexture(TextureType texType, String texName) in addTexture()
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 256 jint texName, jboolean singleBufferMode, jobject weakThiz) in SurfaceTexture_init()
|