[go: nahoru, domu]

Searched refs:glGenTextures (Results 1 - 25 of 59) sorted by last modified time

123

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java194 GLES20.glGenTextures(1, textures, 0);
/frameworks/rs/driver/
H A DrsdAllocation.cpp170 RSD_CALL_GL(glGenTextures, 1, &drv->textureID);
186 RSD_CALL_GL(glGenTextures, 1, &drv->textureID);
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImage.java223 GLES20.glGenTextures(1, mTextureIDs, 0);
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp160 glGenTextures(1, name);
162 fprintf(stderr, "glGenTextures error: %#x\n", glGetError());
446 glGenTextures(1, &mDitherTexture);
/frameworks/native/libs/gui/tests/
H A DSRGB_test.cpp197 glGenTextures(1, &textureHandle);
H A DSurfaceTextureFBO.h34 glGenTextures(1, &mFboTex);
/frameworks/native/opengl/include/GLES/
H A Dgl.h676 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h581 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h581 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
H A Dgl31.h581 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
H A Dgl32.h581 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp891 void glGenTextures(GLsizei n, GLuint *textures) function
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h514 GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java289 GLES20.glGenTextures(1, textures, 0);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp188 glGenTextures(1, &gTexture);
196 glGenTextures(1, &gBufferTexture);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp243 glGenTextures(1, &yuvTex);
244 checkGlError("glGenTextures");
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp329 glGenTextures(1, &texture);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp129 glGenTextures(1, &texture);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp138 glGenTextures(1, &yuvTex);
139 checkGlError("glGenTextures");
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp221 glGenTextures(1, &texture);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec42 void glGenTextures ( GLsizei n, GLuint *textures )
H A DGLES20.spec55 void glGenTextures ( GLsizei n, GLuint *textures )
H A Dchecks.spec49 glGenTextures check textures n
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp47 glGenTextures(1, &mProtectedTexName);
245 glGenTextures(1, &tname);
H A DGLES20RenderEngine.cpp52 glGenTextures(1, &mProtectedTexName);
214 glGenTextures(1, &tname);

Completed in 419 milliseconds

123