OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mTexName
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/libs/gui/tests/
TextureRenderer.h
36
GLuint
mTexName
;
/frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h
86
uint32_t
mTexName
, mFbName;
/frameworks/native/include/gui/
GLConsumer.h
282
// Binds
mTexName
and the current buffer to mTexTarget. Uses
421
//
mTexName
is the name of the OpenGL texture to which streamed images will
424
uint32_t
mTexName
;
/frameworks/native/cmds/flatland/
Main.cpp
300
&mGLConsumer, &mSurface, &
mTexName
);
358
return mComposer->compose(
mTexName
, mGLConsumer);
368
GLuint
mTexName
;
Completed in 425 milliseconds