/external/chromium_org/gpu/command_buffer/client/ |
gles2_cmd_helper_autogen.h | 542 void GenTextures( 544 gles2::cmds::GenTextures* c = GetCmdSpace<gles2::cmds::GenTextures>(); [all...] |
gles2_trace_implementation_impl_autogen.h | 312 void GLES2TraceImplementation::GenTextures(GLsizei n, GLuint* textures) { 313 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GenTextures"); 314 gl_->GenTextures(n, textures); [all...] |
gles2_implementation_autogen.h | 141 virtual void GenTextures(GLsizei n, GLuint* textures) OVERRIDE;
|
gles2_interface_autogen.h | 87 virtual void GenTextures(GLsizei n, GLuint* textures) = 0;
|
gles2_interface_stub_autogen.h | 91 virtual void GenTextures(GLsizei n, GLuint* textures) OVERRIDE;
|
gles2_trace_implementation_autogen.h | 91 virtual void GenTextures(GLsizei n, GLuint* textures) OVERRIDE;
|
gles2_implementation_unittest_autogen.h | 505 TEST_F(GLES2ImplementationTest, GenTextures) { 515 gl_->GenTextures(arraysize(ids), &ids[0]); [all...] |
gles2_c_lib_autogen.h | 198 gles2::GetGLContext()->GenTextures(n, textures); [all...] |
gles2_implementation_impl_autogen.h | 467 void GLES2Implementation::GenTextures(GLsizei n, GLuint* textures) { [all...] |
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.cc | [all...] |
/external/chromium_org/ppapi/c/ |
ppb_opengles2.h | 130 void (*GenTextures)(PP_Resource context, GLsizei n, GLuint* textures);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_icd.h | 378 void (GLAPIENTRY * GenTextures)(GLsizei, GLuint *);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_icd.h | 378 void (GLAPIENTRY * GenTextures)(GLsizei, GLuint *);
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
gles2.c | 287 glGetInterfacePPAPI()->GenTextures(glGetCurrentContextPPAPI(), n, textures);
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 543 #define glGenTextures GLES2_GET_FUN(GenTextures) [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
check_table.cpp | 894 { "glGenTextures", _O(GenTextures) }, [all...] |
/external/mesa3d/src/mapi/glapi/tests/ |
check_table.cpp | 894 { "glGenTextures", _O(GenTextures) }, [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format_autogen.h | [all...] |
gles2_cmd_format_test_autogen.h | [all...] |
/external/chromium_org/cc/resources/ |
resource_provider.cc | 128 gl_->GenTextures(id_allocation_chunk_size_, ids_.get()); [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_base.cc | 316 EXPECT_CALL(*gl_, GenTextures(_, _)) [all...] |
/external/chromium_org/cc/output/ |
gl_renderer.cc | [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glapi_gentable.c | [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL.cpp | [all...] |
/external/skia/src/gpu/gl/ |
GrGpuGL.cpp | [all...] |