Home
last modified time | relevance | path

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

/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp580 GLW_APICALL void GLW_APIENTRY glGenSamplers (GLsizei count, GLuint* samplers) in glGenSamplers() function
/external/deqp/framework/opengl/wrapper/
DglwApi.inl185 #define glGenSamplers glwGenSamplers macro
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp3260 GL_APICALL void GL_APIENTRY glGenSamplers(GLsizei count, GLuint *samplers) in glGenSamplers() function
/external/mesa3d/include/GL/
Dgl_mangle.h680 #define glGenSamplers MANGLE(GenSamplers) macro
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1291 void CallLogWrapper::glGenSamplers (glw::GLsizei count, glw::GLuint *samplers) function in CallLogWrapper