Home
last modified time | relevance | path

Searched defs:glGenTransformFeedbacks (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp591 GLW_APICALL void GLW_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint* ids) in glGenTransformFeedbacks() function
/external/deqp/framework/opengl/wrapper/
DglwApi.inl187 #define glGenTransformFeedbacks glwGenTransformFeedbacks macro
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp3526 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks(GLsizei n, GLuint *ids) in glGenTransformFeedbacks() function
/external/mesa3d/include/GL/
Dgl_mangle.h684 #define glGenTransformFeedbacks MANGLE(GenTransformFeedbacks) macro
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1307 void CallLogWrapper::glGenTransformFeedbacks (glw::GLsizei n, glw::GLuint *ids) function in CallLogWrapper