HomeSort by relevance Sort by last modified time
    Searched refs:GenTextures (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 81 GET_PROC(GenTextures);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 81 GET_PROC(GenTextures);
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_decoder_factories.cc 150 gles2->GenTextures(count, &created_textures_[0]);
260 gles2->GenTextures(1, &tmp_texture);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 81 OP(GenTextures) /* 324 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 128 GET_PROC(GenTextures);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 115 GR_GL_GET_PROC(GenTextures);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 128 GET_PROC(GenTextures);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 115 GR_GL_GET_PROC(GenTextures);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 140 EXPECT_CALL(*gl_, GenTextures(1, _))
    [all...]
test_helper.cc 103 EXPECT_CALL(*gl, GenTextures(array_size, _))
gles2_cmd_decoder_unittest.cc     [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 67 #define glGenTextures GLES2_GET_FUN(GenTextures)
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 107 SET_PROC(GenTextures)
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 107 SET_PROC(GenTextures)
  /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/gpu/command_buffer/client/
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...]
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;
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 295 gles2_if_->GenTextures(context_->pp_resource(), 1, &texture_id);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 539 gles2_if_->GenTextures(context_->pp_resource(), 1, &texture_id);
  /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 *);

Completed in 893 milliseconds

1 2 3