/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_client_context.cpp | 66 glGenTextures = (glGenTextures_client_proc_t) getProc("glGenTextures", userData);
|
gl2_entry.cpp | 62 void glGenTextures(GLsizei n, GLuint* textures); 551 void glGenTextures(GLsizei n, GLuint* textures) 555 ctx->glGenTextures(ctx, n, textures); [all...] |
/external/chromium_org/content/common/gpu/media/ |
android_video_decode_accelerator.cc | 115 glGenTextures(1, &surface_texture_id_);
|
/external/chromium_org/gpu/command_buffer/service/ |
texture_definition.cc | 340 glGenTextures(1, &texture_id);
|
/external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/ |
media_stream_video.cc | 297 glGenTextures(1, &texture_id);
|
/external/chromium_org/ppapi/examples/compositor/ |
compositor.cc | 193 glGenTextures(1, &texture);
|
/external/chromium_org/ppapi/examples/media_stream_video/ |
media_stream_video.cc | 297 glGenTextures(1, &texture_id);
|
/external/chromium_org/ppapi/tests/ |
test_compositor.cc | 395 glGenTextures(1, texture);
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
MediaCodecVideoDecoder.java | 302 GLES20.glGenTextures(1, textures, 0); 303 checkGlError("glGenTextures");
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_context.c | 765 &glGenTextures,
|
/external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/ |
VideoCaptureAndroid.java | 167 GLES20.glGenTextures(1, cameraGlTextures, 0);
|
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.cpp | 74 void ContextWrapper::glGenTextures (int numTextures, deUint32* textures)
|
/external/deqp/framework/platform/null/ |
tcuNullRenderContext.cpp | 380 GLW_APICALL void GLW_APIENTRY glGenTextures (GLsizei n, GLuint* textures)
|
/external/deqp/modules/gles2/functional/ |
es2fTextureStateQueryTests.cpp | 213 glGenTextures(1, &textureId);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_context.c | 765 &glGenTextures,
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES30Direct.inl | 57 gl->genTextures = &glGenTextures;
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_dispatch.h | 104 glGenTextures_t glGenTextures; 376 glGenTextures_t set_glGenTextures(glGenTextures_t f) { glGenTextures_t retval = glGenTextures; glGenTextures = f; return retval;} [all...] |
gles.cpp | 461 void glGenTextures(GLsizei n, GLuint *textures) 463 getDispatch()->glGenTextures(n, textures); [all...] |
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_client_context.cpp | 93 glGenTextures = (glGenTextures_client_proc_t) getProc("glGenTextures", userData);
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/ |
VideoRendererGui.java | 301 GLES20.glGenTextures(3, yuvTextures, 0);
|
/external/deqp/modules/egl/ |
teglImageFormatTests.cpp | 464 glGenTextures(1, &srcTex); 719 glGenTextures(1, &srcTex); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fRasterizerDiscardTests.cpp | 164 glGenTextures (1, &m_colorBuf); // Color attachment
|
/external/deqp/modules/gles31/functional/ |
es31fIntegerStateQueryTests.cpp | 518 gl.glGenTextures(1, &texture);
|
/external/deqp/modules/glshared/ |
glsMemoryStressCase.cpp | 588 glGenTextures(1, &tex); 770 return "glGenTextures failed";
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 543 #define glGenTextures GLES2_GET_FUN(GenTextures) 692 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures); [all...] |