Searched refs:glDrawTransformFeedbackInstanced (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl192 gl->drawTransformFeedbackInstanced = glDrawTransformFeedbackInstanced;
H A DtcuNullRenderContextFuncs.inl1733 GLW_APICALL void GLW_APIENTRY glDrawTransformFeedbackInstanced (GLenum mode, GLuint id, GLsizei instancecount)
/external/mesa3d/include/GL/
H A Dgl_mangle.h510 #define glDrawTransformFeedbackInstanced MANGLE(DrawTransformFeedbackInstanced) macro
H A Dglcorearb.h2251 GLAPI void APIENTRY glDrawTransformFeedbackInstanced (GLenum mode, GLuint id, GLsizei instancecount);
H A Dglext.h2198 GLAPI void APIENTRY glDrawTransformFeedbackInstanced (GLenum mode, GLuint id, GLsizei instancecount);
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl192 void glDrawTransformFeedbackInstanced (glw::GLenum mode, glw::GLuint id, glw::GLsizei instancecount);
H A DgluCallLogWrapper.inl1330 void CallLogWrapper::glDrawTransformFeedbackInstanced (glw::GLenum mode, glw::GLuint id, glw::GLsizei instancecount)
1333 m_log << TestLog::Message << "glDrawTransformFeedbackInstanced(" << toHex(mode) << ", " << id << ", " << instancecount << ");" << TestLog::EndMessage;
/external/deqp/framework/opengl/wrapper/
H A DglwApi.inl192 #define glDrawTransformFeedbackInstanced glwDrawTransformFeedbackInstanced
/external/swiftshader/include/GL/
H A Dglcorearb.h2251 GLAPI void APIENTRY glDrawTransformFeedbackInstanced (GLenum mode, GLuint id, GLsizei instancecount);
H A Dglext.h2198 GLAPI void APIENTRY glDrawTransformFeedbackInstanced (GLenum mode, GLuint id, GLsizei instancecount);

Completed in 317 milliseconds