Searched refs:VertexAttribDivisor (Results 1 – 20 of 20) sorted by relevance
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleGLESInterfaceAutogen.cpp | 277 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLESInterface() 279 GET_PROC_SUFFIX(VertexAttribDivisor, EXT); in GrGLMakeAssembledGLESInterface() 281 GET_PROC_SUFFIX(VertexAttribDivisor, ANGLE); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 278 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLInterface() 280 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLInterface()
|
D | GrGLVertexArray.cpp | 139 GR_GL_CALL(gpu->glInterface(), VertexAttribDivisor(index, divisor)); in set()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 201 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledWebGLInterface()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_base_instance.txt | 112 <divisor> as specified by VertexAttribDivisor), the element index that 132 as specified by VertexAttribDivisor, advance once every <divisor> 196 attribute divisor as specified by VertexAttribDivisor), the element that 273 with a non-zero divisor as specified by VertexAttribDivisor) are taken."
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_base_instance.txt | 118 VertexAttribDivisor, the value <baseinstance> is used to determine the element 154 zero (as specified by VertexAttribDivisor) advance once every N instances. 225 attribute divisor as specified by VertexAttribDivisor), the element that is 299 with a non-zero divisor as specified by VertexAttribDivisor) are taken.
|
D | ARB_vertex_attrib_binding.txt | 334 void VertexAttribDivisor(uint index, uint divisor); 598 (1) Should the instance divisor (previously VertexAttribDivisor) be
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_base_instance.txt | 112 <divisor> as specified by VertexAttribDivisor), the element index that 132 as specified by VertexAttribDivisor, advance once every <divisor> 196 attribute divisor as specified by VertexAttribDivisor), the element that 273 with a non-zero divisor as specified by VertexAttribDivisor) are taken."
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_base_instance.txt | 128 VertexAttribDivisor, the value <baseinstance> is used to determine the element 164 zero (as specified by VertexAttribDivisor) advance once every N instances. 235 attribute divisor as specified by VertexAttribDivisor), the element that is 309 with a non-zero divisor as specified by VertexAttribDivisor) are taken.
|
D | ARB_vertex_attrib_binding.txt | 344 void VertexAttribDivisor(uint index, uint divisor); 608 (1) Should the instance divisor (previously VertexAttribDivisor) be
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | RenderPipelineGL.cpp | 274 gl.VertexAttribDivisor(glAttrib, 0xffffffff); in CreateVAOForVertexState() 280 gl.VertexAttribDivisor(glAttrib, 1); in CreateVAOForVertexState()
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_base_vertex_base_instance.txt | 55 non-zero values for <divisor>, as specified by VertexAttribDivisor, advance
|
/third_party/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 342 "VertexAttribDivisor",
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1139 { "glVertexAttribDivisor", _O(VertexAttribDivisor) },
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 317 void GL_APIENTRY VertexAttribDivisor(GLuint index, GLuint divisor);
|
D | entry_points.cpp | 1462 return gl::VertexAttribDivisor(index, divisor); in glVertexAttribDivisor()
|
D | libGLESv3.cpp | 3298 void GL_APIENTRY VertexAttribDivisor(GLuint index, GLuint divisor) in VertexAttribDivisor() function
|
D | libGLESv2.cpp | 6556 FUNCTION(VertexAttribDivisor), in es2GetProcAddress()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 2893 ANGLE_CAPTURE(VertexAttribDivisor, isCallValid, context, index, divisor); in GL_VertexAttribDivisor()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 4411 ANGLE_CAPTURE(VertexAttribDivisor, isCallValid, context, index, divisor); in GL_VertexAttribDivisor()
|