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/
GrGLVertexArray.cpp 57 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i));
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 57 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i));
  /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 64 OP(DisableVertexAttribArray) /* 307 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 101 GET_PROC(DisableVertexAttribArray);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 80 GR_GL_GET_PROC(DisableVertexAttribArray);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 101 GET_PROC(DisableVertexAttribArray);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 80 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 80 GR_GL_GET_PROC(DisableVertexAttribArray);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 150 WGL_SET_PROC(DisableVertexAttribArray);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 80 GR_GL_GET_PROC(DisableVertexAttribArray);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 150 WGL_SET_PROC(DisableVertexAttribArray);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 221 void DisableVertexAttribArray(PP_Resource context_id, GLuint index) {
222 GetGLES(context_id)->DisableVertexAttribArray(index);
885 &DisableVertexAttribArray,
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 201 virtual void DisableVertexAttribArray(GLuint index) OVERRIDE;
gles2_interface_stub_impl_autogen.h 131 void GLES2InterfaceStub::DisableVertexAttribArray(GLuint /* index */) {
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/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 721 EXPECT_CALL(*gl_, DisableVertexAttribArray(1));
722 SpecializedSetup<cmds::DisableVertexAttribArray, 0>(true);
723 cmds::DisableVertexAttribArray cmd;
    [all...]
  /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 284 milliseconds

1 2