HomeSort by relevance Sort by last modified time
    Searched refs:DeleteTextures (Results 26 - 50 of 62) sorted by null

12 3

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 602 DeleteTextures(1, Pointee(kServiceTextureId)))
605 SpecializedSetup<cmds::DeleteTextures, 0>(true);
606 cmds::DeleteTextures cmd;
616 SpecializedSetup<cmds::DeleteTextures, 0>(false);
617 cmds::DeleteTextures cmd;
625 DeleteTextures(1, Pointee(kServiceTextureId)))
    [all...]
gles2_cmd_decoder_unittest_base.cc 797 EXPECT_CALL(*gl_, DeleteTextures(1, Pointee(service_id)))
800 cmds::DeleteTextures cmd;
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h 345 void DeleteTextures(
347 gles2::cmds::DeleteTextures* c =
348 GetCmdSpace<gles2::cmds::DeleteTextures>();
    [all...]
gles2_trace_implementation_impl_autogen.h 202 void GLES2TraceImplementation::DeleteTextures(
204 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DeleteTextures");
205 gl_->DeleteTextures(n, textures);
    [all...]
gles2_implementation_autogen.h 100 virtual void DeleteTextures(GLsizei n, const GLuint* textures) OVERRIDE;
gles2_interface_autogen.h 62 virtual void DeleteTextures(GLsizei n, const GLuint* textures) = 0;
gles2_interface_stub_autogen.h 66 virtual void DeleteTextures(GLsizei n, const GLuint* textures) OVERRIDE;
gles2_trace_implementation_autogen.h 66 virtual void DeleteTextures(GLsizei n, const GLuint* textures) OVERRIDE;
gles2_implementation_unittest_autogen.h 309 TEST_F(GLES2ImplementationTest, DeleteTextures) {
319 gl_->DeleteTextures(arraysize(ids), &ids[0]);
    [all...]
gles2_c_lib_autogen.h 131 gles2::GetGLContext()->DeleteTextures(n, textures);
    [all...]
gles2_implementation_impl_autogen.h 325 void GLES2Implementation::DeleteTextures(GLsizei n, const GLuint* textures) {
    [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 100 void (*DeleteTextures)(
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 377 void (GLAPIENTRY * DeleteTextures)(GLsizei, const GLuint *);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 377 void (GLAPIENTRY * DeleteTextures)(GLsizei, const GLuint *);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 190 glGetInterfacePPAPI()->DeleteTextures(
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 523 #define glDeleteTextures GLES2_GET_FUN(DeleteTextures)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp 893 { "glDeleteTextures", _O(DeleteTextures) },
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 893 { "glDeleteTextures", _O(DeleteTextures) },
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc     [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h     [all...]
gles2_cmd_format_test_autogen.h 715 TEST_F(GLES2FormatTest, DeleteTextures) {
716 cmds::DeleteTextures& cmd = *GetBufferAs<cmds::DeleteTextures>();
722 EXPECT_EQ(static_cast<uint32>(cmds::DeleteTextures::kCmdId),
    [all...]

Completed in 1989 milliseconds

12 3