HomeSort by relevance Sort by last modified time
    Searched defs:GenTextures (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 467 void GLES2Implementation::GenTextures(GLsizei n, GLuint* textures) {
    [all...]
gles2_cmd_helper_autogen.h 595 void GenTextures(
597 gles2::cmds::GenTextures* c = GetCmdSpace<gles2::cmds::GenTextures>();
    [all...]
gles2_interface_stub_impl_autogen.h 168 void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) {
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...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 130 void (*GenTextures)(PP_Resource context, GLsizei n, GLuint* textures);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 289 void GenTextures(PP_Resource context_id, GLsizei n, GLuint* textures) {
290 GetGLES(context_id)->GenTextures(n, textures);
899 &GenTextures,
  /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/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h 360 GLAPI void APIENTRY GLAPI_PREFIX(GenTextures)(GLsizei n, GLuint *textures);
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 277 milliseconds