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

1 2 3

  /external/chromium_org/cc/layers/
io_surface_layer_impl.cc 82 gl->GenTextures(1, &io_surface_texture_id_);
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc 318 EXPECT_CALL(*gl_, GenTextures(1, _))
414 EXPECT_CALL(*gl_, GenTextures(1, _))
419 EXPECT_CALL(*gl_, GenTextures(1, _))
gles2_cmd_decoder_unittest_1_autogen.h 138 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/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_accelerator_factories.cc 148 gles2->GenTextures(count, &texture_ids->at(0));
249 gles2->GenTextures(1, &tmp_texture);
  /external/chromium_org/cc/test/
test_gles2_interface.h 18 virtual void GenTextures(GLsizei n, GLuint* textures) OVERRIDE;
test_gles2_interface.cc 19 void TestGLES2Interface::GenTextures(GLsizei n, GLuint* textures) {
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 76 OP(GenTextures) /* 319 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 131 GET_PROC(GenTextures);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 118 GR_GL_GET_PROC(GenTextures);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 131 GET_PROC(GenTextures);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 118 GR_GL_GET_PROC(GenTextures);
  /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 109 SET_PROC(GenTextures)
  /external/chromium_org/ui/aura/bench/
bench_main.cc 149 gl->GenTextures(1, &texture_id_);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 109 SET_PROC(GenTextures)
  /external/chromium_org/content/browser/aura/
gpu_process_transport_factory.cc 325 provider->ContextGL()->GenTextures(1, &texture_id);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 456 void GenTextures(PP_Resource context_id, GLsizei n, GLuint* textures) {
459 ToGles2Impl(&enter)->GenTextures(n, textures);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 168 void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) {
  /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 540 gles2_if_->GenTextures(context_->pp_resource(), 1, &texture_id);
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]

Completed in 521 milliseconds

1 2 3