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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 71 GET_PROC(DisableVertexAttribArray);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 71 GET_PROC(DisableVertexAttribArray);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 59 OP(DisableVertexAttribArray) /* 302 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.cpp 89 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i));
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 103 GET_PROC(DisableVertexAttribArray);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 82 GR_GL_GET_PROC(DisableVertexAttribArray);
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 89 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i));
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 103 GET_PROC(DisableVertexAttribArray);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 82 GR_GL_GET_PROC(DisableVertexAttribArray);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 53 #define glDisableVertexAttribArray GLES2_GET_FUN(DisableVertexAttribArray)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 82 GR_GL_GET_PROC(DisableVertexAttribArray);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 157 WGL_SET_PROC(DisableVertexAttribArray);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 82 GR_GL_GET_PROC(DisableVertexAttribArray);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 157 WGL_SET_PROC(DisableVertexAttribArray);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 346 void DisableVertexAttribArray(PP_Resource context_id, GLuint index) {
349 ToGles2Impl(&enter)->DisableVertexAttribArray(index);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 211 virtual void DisableVertexAttribArray(GLuint index) OVERRIDE;
gles2_interface_stub_impl_autogen.h 131 void GLES2InterfaceStub::DisableVertexAttribArray(GLuint /* index */) {
gles2_cmd_helper_autogen.h 399 void DisableVertexAttribArray(GLuint index) {
400 gles2::cmds::DisableVertexAttribArray* c =
401 GetCmdSpace<gles2::cmds::DisableVertexAttribArray>();
    [all...]
gles2_implementation_unittest_autogen.h 367 TEST_F(GLES2ImplementationTest, DisableVertexAttribArray) {
369 cmds::DisableVertexAttribArray cmd;
374 gl_->DisableVertexAttribArray(1);
    [all...]
gles2_trace_implementation_impl_autogen.h 233 void GLES2TraceImplementation::DisableVertexAttribArray(GLuint index) {
234 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DisableVertexAttribArray");
235 gl_->DisableVertexAttribArray(index);
    [all...]
gles2_interface_autogen.h 68 virtual void DisableVertexAttribArray(GLuint index) = 0;
gles2_interface_stub_autogen.h 72 virtual void DisableVertexAttribArray(GLuint index) OVERRIDE;
gles2_trace_implementation_autogen.h 72 virtual void DisableVertexAttribArray(GLuint index) OVERRIDE;
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 107 void (*DisableVertexAttribArray)(PP_Resource context, GLuint index);
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 216 glGetInterfacePPAPI()->DisableVertexAttribArray(

Completed in 2294 milliseconds

1 2