/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 71 GET_PROC(DisableVertexAttribArray); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 71 GET_PROC(DisableVertexAttribArray); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 89 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i)); in disableUnusedArrays()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 89 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i)); in disableUnusedArrays()
|
/external/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 82 GR_GL_GET_PROC(DisableVertexAttribArray); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 82 GR_GL_GET_PROC(DisableVertexAttribArray); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 103 GET_PROC(DisableVertexAttribArray); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 103 GET_PROC(DisableVertexAttribArray); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 59 OP(DisableVertexAttribArray) /* 302 */ \
|
/external/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 82 GR_GL_GET_PROC(DisableVertexAttribArray); in GrGLCreateNativeInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 82 GR_GL_GET_PROC(DisableVertexAttribArray); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 53 #define glDisableVertexAttribArray GLES2_GET_FUN(DisableVertexAttribArray)
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 157 WGL_SET_PROC(DisableVertexAttribArray); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 157 WGL_SET_PROC(DisableVertexAttribArray); in GrGLCreateNativeInterface()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 346 void DisableVertexAttribArray(PP_Resource context_id, GLuint index) { in DisableVertexAttribArray() function 349 ToGles2Impl(&enter)->DisableVertexAttribArray(index); in DisableVertexAttribArray() 1402 &DisableVertexAttribArray, in GetInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 131 void GLES2InterfaceStub::DisableVertexAttribArray(GLuint /* index */) { in DisableVertexAttribArray() function
|
D | gles2_implementation.h | 211 virtual void DisableVertexAttribArray(GLuint index) OVERRIDE; in NON_EXPORTED_BASE()
|
D | gles2_implementation_unittest_autogen.h | 367 TEST_F(GLES2ImplementationTest, DisableVertexAttribArray) { in TEST_F() argument 369 cmds::DisableVertexAttribArray cmd; in TEST_F() 374 gl_->DisableVertexAttribArray(1); in TEST_F()
|
D | gles2_trace_implementation_impl_autogen.h | 233 void GLES2TraceImplementation::DisableVertexAttribArray(GLuint index) { in DisableVertexAttribArray() function 235 gl_->DisableVertexAttribArray(index); in DisableVertexAttribArray()
|
D | gles2_interface_autogen.h | 68 virtual void DisableVertexAttribArray(GLuint index) = 0;
|
D | gles2_cmd_helper_autogen.h | 399 void DisableVertexAttribArray(GLuint index) { in DisableVertexAttribArray() function 400 gles2::cmds::DisableVertexAttribArray* c = in DisableVertexAttribArray() 401 GetCmdSpace<gles2::cmds::DisableVertexAttribArray>(); in DisableVertexAttribArray()
|
D | gles2_trace_implementation_autogen.h | 72 virtual void DisableVertexAttribArray(GLuint index) OVERRIDE;
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 107 void (*DisableVertexAttribArray)(PP_Resource context, GLuint index); member
|
/external/chromium_org/third_party/angle/extensions/ |
D | ANGLE_instanced_arrays.txt | 89 After description of EnableVertexAttribArray / DisableVertexAttribArray
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_1_autogen.h | 711 EXPECT_CALL(*gl_, DisableVertexAttribArray(1)); in TEST_F() 712 SpecializedSetup<cmds::DisableVertexAttribArray, 0>(true); in TEST_F() 713 cmds::DisableVertexAttribArray cmd; in TEST_F()
|