Home
last modified time | relevance | path

Searched defs:vertexAttribPointer (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js86 'vertexAttribPointer': {6: { 2:true }}, property
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp647 void GLContext::vertexAttribPointer(uint32_t index, int size, uint32_t type, bool normalized, int s… in vertexAttribPointer() function in sglr::GLContext
H A DsglrReferenceContext.cpp3864 void ReferenceContext::vertexAttribPointer(uint32_t index, int rawSize, uint32_t type, bool normali… in vertexAttribPointer() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h246 PFNGLVERTEXATTRIBPOINTERPROC vertexAttribPointer = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl909 glVertexAttribPointerFunc vertexAttribPointer; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp5992 void Context::vertexAttribPointer(GLuint index, in vertexAttribPointer() function in gl::Context