Searched refs:glVertexAttribI4bv (Results 1 - 7 of 7) sorted by relevance

/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl631 gl->vertexAttribI4bv = glVertexAttribI4bv;
H A DtcuNullRenderContextFuncs.inl5195 GLW_APICALL void GLW_APIENTRY glVertexAttribI4bv (GLuint index, const GLbyte *v)
/external/deqp/framework/opengl/wrapper/
H A DglwApi.inl631 #define glVertexAttribI4bv glwVertexAttribI4bv
/external/mesa3d/include/GL/
H A Dgl_mangle.h2103 #define glVertexAttribI4bv MANGLE(VertexAttribI4bv) macro
H A Dglext.h6819 GLAPI void APIENTRY glVertexAttribI4bv (GLuint index, const GLbyte *v);
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl631 void glVertexAttribI4bv (glw::GLuint index, const glw::GLbyte *v);
H A DgluCallLogWrapper.inl4614 void CallLogWrapper::glVertexAttribI4bv (glw::GLuint index, const glw::GLbyte *v)
4617 m_log << TestLog::Message << "glVertexAttribI4bv(" << index << ", " << getPointerStr(v, 4) << ");" << TestLog::EndMessage;

Completed in 1685 milliseconds