Searched refs:TEXTURE_EXTERNAL (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.h34 enum Target { TEXTURE_2D = 0x0DE1, TEXTURE_EXTERNAL = 0x8D65 }; enumerator in enum:android::Texture::Target
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerConsumer.h37 : GLConsumer(consumer, tex, GLConsumer::TEXTURE_EXTERNAL, false, false),
H A DLayer.cpp88 mTexture.init(Texture::TEXTURE_EXTERNAL, mTextureName);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL.h42 mST = new GLConsumer(mConsumer, TEX_ID, GLConsumer::TEXTURE_EXTERNAL,
H A DMultiTextureConsumer_test.cpp41 GLConsumer::TEXTURE_EXTERNAL, true, false);
H A DSurfaceTextureClient_test.cpp49 mST = new GLConsumer(consumer, 123, GLConsumer::TEXTURE_EXTERNAL, true,
721 GLConsumer::TEXTURE_EXTERNAL, true, false));
/frameworks/native/include/gui/
H A DGLConsumer.h56 enum { TEXTURE_EXTERNAL = 0x8D65 }; // GL_TEXTURE_EXTERNAL_OES enumerator in enum:android::GLConsumer::__anon1249
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp168 surfaceTexture_ = new GLConsumer(consumer, 0, GLConsumer::TEXTURE_EXTERNAL,
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp946 GLConsumer::TEXTURE_EXTERNAL, true /* useFenceSync */,

Completed in 2016 milliseconds