HomeSort by relevance Sort by last modified time
    Searched refs:DeleteVertexArraysOES (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
vertex_array_manager_unittest.cc 70 EXPECT_CALL(*gl_, DeleteVertexArraysOES(1, ::testing::Pointee(kService1Id)))
88 EXPECT_CALL(*gl_, DeleteVertexArraysOES(1, ::testing::Pointee(kService1Id)))
gles2_cmd_decoder_unittest_base.cc 418 EXPECT_CALL(*gl_, DeleteVertexArraysOES(1, Pointee(kServiceVertexArrayId)))
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 180 #define glDeleteVertexArraysOES GLES2_GET_FUN(DeleteVertexArraysOES)
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 639 void GLES2InterfaceStub::DeleteVertexArraysOES(GLsizei /* n */,
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 543 virtual void DeleteVertexArraysOES(GLsizei n, const GLuint* arrays) OVERRIDE;
gles2_interface_autogen.h 363 virtual void DeleteVertexArraysOES(GLsizei n, const GLuint* arrays) = 0;
gles2_interface_stub_autogen.h 394 virtual void DeleteVertexArraysOES(GLsizei n, const GLuint* arrays) OVERRIDE;
gles2_trace_implementation_autogen.h 394 virtual void DeleteVertexArraysOES(GLsizei n, const GLuint* arrays) OVERRIDE;
gles2_implementation_unittest_autogen.h     [all...]
gles2_c_lib_autogen.h 697 gles2::GetGLContext()->DeleteVertexArraysOES(n, arrays);
    [all...]
gles2_implementation_impl_autogen.h     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 868 gl_->DeleteVertexArraysOES(1, &array);
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h     [all...]

Completed in 273 milliseconds