Home
last modified time | relevance | path

Searched refs:VertexAttribDivisor (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLAssembleGLESInterfaceAutogen.cpp277 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLESInterface()
279 GET_PROC_SUFFIX(VertexAttribDivisor, EXT); in GrGLMakeAssembledGLESInterface()
281 GET_PROC_SUFFIX(VertexAttribDivisor, ANGLE); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp278 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLInterface()
280 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLInterface()
DGrGLVertexArray.cpp139 GR_GL_CALL(gpu->glInterface(), VertexAttribDivisor(index, divisor)); in set()
DGrGLAssembleWebGLInterfaceAutogen.cpp201 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledWebGLInterface()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_base_instance.txt112 <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/
DARB_base_instance.txt118 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.
DARB_vertex_attrib_binding.txt334 void VertexAttribDivisor(uint index, uint divisor);
598 (1) Should the instance divisor (previously VertexAttribDivisor) be
/third_party/openGLES/extensions/EXT/
DEXT_base_instance.txt112 <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/
DARB_base_instance.txt128 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.
DARB_vertex_attrib_binding.txt344 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/
DRenderPipelineGL.cpp274 gl.VertexAttribDivisor(glAttrib, 0xffffffff); in CreateVAOForVertexState()
280 gl.VertexAttribDivisor(glAttrib, 1); in CreateVAOForVertexState()
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_base_vertex_base_instance.txt55 non-zero values for <divisor>, as specified by VertexAttribDivisor, advance
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json5342 "VertexAttribDivisor",
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1139 { "glVertexAttribDivisor", _O(VertexAttribDivisor) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h317 void GL_APIENTRY VertexAttribDivisor(GLuint index, GLuint divisor);
Dentry_points.cpp1462 return gl::VertexAttribDivisor(index, divisor); in glVertexAttribDivisor()
DlibGLESv3.cpp3298 void GL_APIENTRY VertexAttribDivisor(GLuint index, GLuint divisor) in VertexAttribDivisor() function
DlibGLESv2.cpp6556 FUNCTION(VertexAttribDivisor), in es2GetProcAddress()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp2893 ANGLE_CAPTURE(VertexAttribDivisor, isCallValid, context, index, divisor); in GL_VertexAttribDivisor()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp4411 ANGLE_CAPTURE(VertexAttribDivisor, isCallValid, context, index, divisor); in GL_VertexAttribDivisor()