Searched refs:DeleteTextures (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLTexture.h30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID));
/external/skia/src/gpu/gl/
H A DGrGLTexture.h30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID));
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp66 GET_PROC(DeleteTextures);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp66 GET_PROC(DeleteTextures);
/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_decoder_factories.cc193 gles2->DeleteTextures(1, &texture_id);
278 gles2->DeleteTextures(1, &tmp_texture);
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager_unittest.cc123 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService1Id)))
198 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService1Id)))
379 DeleteTextures(1, ::testing::Pointee(texture_ref_->service_id())))
1418 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService2Id)))
1424 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService3Id)))
1550 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService2Id)))
1829 DeleteTextures(1, ::testing::Pointee(texture2_->service_id())))
2142 TEST_F(SharedTextureTest, DeleteTextures) {
2146 EXPECT_CALL(*gl_, DeleteTextures(1, _))
2152 EXPECT_CALL(*gl_, DeleteTextures(
[all...]
H A Dtest_helper.cc190 EXPECT_CALL(*gl, DeleteTextures(1, Pointee(texture_id)))
222 EXPECT_CALL(*gl, DeleteTextures(4, _))
H A Dgles2_cmd_decoder_unittest_1_autogen.h612 DeleteTextures(1, Pointee(kServiceTextureId)))
615 SpecializedSetup<cmds::DeleteTextures, 0>(true);
616 cmds::DeleteTextures cmd;
626 SpecializedSetup<cmds::DeleteTextures, 0>(false);
627 cmds::DeleteTextures cmd;
635 DeleteTextures(1, Pointee(kServiceTextureId)))
H A Dgles2_cmd_decoder_unittest_base.cc769 EXPECT_CALL(*gl_, DeleteTextures(1, Pointee(service_id)))
772 cmds::DeleteTextures cmd;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h57 OP(DeleteTextures) /* 300 */ \
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp98 GET_PROC(DeleteTextures);
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp77 GR_GL_GET_PROC(DeleteTextures);
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp98 GET_PROC(DeleteTextures);
/external/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp77 GR_GL_GET_PROC(DeleteTextures);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h47 #define glDeleteTextures GLES2_GET_FUN(DeleteTextures)
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp97 SET_PROC(DeleteTextures)
/external/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp97 SET_PROC(DeleteTextures)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc196 void DeleteTextures( function in namespace:ppapi::__anon9519
198 GetGLES(context_id)->DeleteTextures(n, textures);
879 &DeleteTextures,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h116 void GLES2InterfaceStub::DeleteTextures( function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h202 void GLES2TraceImplementation::DeleteTextures( function in class:GLES2TraceImplementation
204 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DeleteTextures");
205 gl_->DeleteTextures(n, textures);
H A Dgles2_implementation_autogen.h100 virtual void DeleteTextures(GLsizei n, const GLuint* textures) OVERRIDE;
H A Dgles2_interface_autogen.h62 virtual void DeleteTextures(GLsizei n, const GLuint* textures) = 0;
H A Dgles2_interface_stub_autogen.h66 virtual void DeleteTextures(GLsizei n, const GLuint* textures) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h66 virtual void DeleteTextures(GLsizei n, const GLuint* textures) OVERRIDE;
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc567 gles2_if_->DeleteTextures(context_->pp_resource(), 1, &id);

Completed in 214 milliseconds

123