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

  /external/chromium_org/cc/test/
test_gles2_interface.cc 19 void TestGLES2Interface::GenTextures(GLsizei n, GLuint* textures) {
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 557 void GLES2Implementation::GenTextures(GLsizei n, GLuint* textures) {
    [all...]
gles2_interface_stub_impl_autogen.h 200 void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) {
    [all...]
gles2_trace_implementation_impl_autogen.h 355 void GLES2TraceImplementation::GenTextures(GLsizei n, GLuint* textures) {
356 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GenTextures");
357 gl_->GenTextures(n, textures);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 500 void GenTextures(PP_Resource context_id, GLsizei n, GLuint* textures) {
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 189 void (*GenTextures)(PP_Resource context, GLsizei n, GLuint* textures);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 508 void GenTextures(PP_Resource context_id, GLsizei n, GLuint* textures) {
511 ToGles2Impl(&enter)->GenTextures(n, textures);
    [all...]
  /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/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 229 milliseconds