Searched defs:GenTextures (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc19 void TestGLES2Interface::GenTextures(GLsizei n, GLuint* textures) { function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h557 void GLES2Implementation::GenTextures(GLsizei n, GLuint* textures) { function in class:GLES2Implementation
H A Dgles2_interface_stub_impl_autogen.h200 void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) { function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h355 void GLES2TraceImplementation::GenTextures(GLsizei n, GLuint* textures) { function in class:GLES2TraceImplementation
356 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GenTextures");
357 gl_->GenTextures(n, textures);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc500 void GenTextures(PP_Resource context_id, GLsizei n, GLuint* textures) { function in namespace:mojo::examples::__anon8751
1405 &GenRenderbuffers, &GenTextures,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h235 void (*GenTextures)(PP_Resource context, GLsizei n, GLuint* textures); member in struct:PPB_OpenGLES2_1_0
694 void (*GenTextures)(PP_Resource context, GLsizei n, GLuint* textures); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc508 void GenTextures(PP_Resource context_id, GLsizei n, GLuint* textures) { function in namespace:ppapi::__anon10171
511 ToGles2Impl(&enter)->GenTextures(n, textures);
1637 &GenRenderbuffers, &GenTextures,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h378 void (GLAPIENTRY * GenTextures)(GLsizei, GLuint *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h378 void (GLAPIENTRY * GenTextures)(GLsizei, GLuint *); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h2084 KEYWORD1 void KEYWORD2 NAME(GenTextures)(GLsizei n, GLuint * textures) function
2087 DISPATCH(GenTextures, (n, textures), (F, "glGenTextures(%d, %p);\n", n, (const void *) textures));
8036 DISPATCH(GenTextures, (n, textures), (F, "glGenTexturesEXT(%d, %p);\n", n, (const void *) textures));
8516 TABLE_ENTRY(GenTextures),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h360 GLAPI void APIENTRY GLAPI_PREFIX(GenTextures)(GLsizei n, GLuint *textures);
3770 GLAPI void APIENTRY GLAPI_PREFIX(GenTextures)(GLsizei n, GLuint *textures) function
11412 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTextures))"\n"
11417 ".set "GLAPI_PREFIX_STR(GenTexturesEXT)", "GLAPI_PREFIX_STR(GenTextures)"\n"

Completed in 2961 milliseconds