OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mTextureId
(Results
1 - 10
of
10
) sorted by null
/cts/suite/cts/deviceTests/opengl/jni/graphics/
TexturedMeshNode.h
30
const GLuint
mTextureId
;
/cts/suite/cts/deviceTests/opengl/jni/primitive/pixeloutput/
PixelOutputRenderer.h
27
GLuint
mTextureId
;
/cts/suite/cts/deviceTests/opengl/jni/primitive/shaderperf/
ShaderPerfRenderer.h
26
GLuint
mTextureId
;
/cts/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/
ContextSwitchRenderer.h
29
GLuint
mTextureId
;
/cts/suite/cts/deviceTests/opengl/jni/primitive/fullpipeline/
FullPipelineRenderer.h
37
GLuint
mTextureId
;
/frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h
166
GLuint
mTextureId
;
/frameworks/base/libs/hwui/font/
CacheTexture.h
121
return
mTextureId
;
181
GLuint
mTextureId
;
/packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java
166
int
mTextureId
;
252
mTextureId
= textureIds[0];
260
mGL.glBindTexture(GL10.GL_TEXTURE_2D,
mTextureId
);
/cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java
89
private int
mTextureId
;
146
mTextureId
= createTexture2D();
175
GLES20.glBindTexture(GLES20.GL_TEXTURE_2D,
mTextureId
);
/cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java
[
all
...]
Completed in 64 milliseconds