Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/wrapper/
DglwApi.inl216 #define glBindBufferRange glwBindBufferRange macro
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.cpp7188 void __stdcall glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsiz… in glBindBufferRange() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl1417 GLW_APICALL void GLW_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintp… function
/external/chromium_org/third_party/mesa/src/include/GL/
Dgl_mangle.h77 #define glBindBufferRange MANGLE(BindBufferRange) macro
/external/mesa3d/include/GL/
Dgl_mangle.h77 #define glBindBufferRange MANGLE(BindBufferRange) macro
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1584 void CallLogWrapper::glBindBufferRange (glw::GLenum param0, glw::GLuint param1, glw::GLuint param2,… function in CallLogWrapper