Home
last modified time | relevance | path

Searched defs:glGenTextures (Results 1 – 12 of 12) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowGLES20Test.java22 public void glGenTextures() { in glGenTextures() method in ShadowGLES20Test
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowGLES20.java25 protected static void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() method in ShadowGLES20
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.hpp108 void (*glGenTextures)(GLsizei n, GLuint* textures); member in LibGLES_CMexports
Dmain.cpp858 GL_API void GL_APIENTRY glGenTextures(GLsizei n, GLuint* textures) in glGenTextures() function
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp529 GLW_APICALL void GLW_APIENTRY glGenTextures (GLsizei n, GLuint* textures) in glGenTextures() function
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.hpp112 void (*glGenTextures)(GLsizei n, GLuint* textures); member in LibGLESv2exports
Dentry_points.cpp405 GL_APICALL void GL_APIENTRY glGenTextures(GLsizei n, GLuint* textures) in glGenTextures() function
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp74 void ContextWrapper::glGenTextures (int numTextures, deUint32* textures) in glGenTextures() function in sglr::ContextWrapper
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java294 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures() method in GLErrorLogger.ErrorLoggingGL
299 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() method in GLErrorLogger.ErrorLoggingGL
/external/deqp/framework/opengl/wrapper/
DglwApi.inl236 #define glGenTextures glwGenTextures macro
/external/mesa3d/include/GL/
Dgl_mangle.h683 #define glGenTextures MANGLE(GenTextures) macro
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1651 void CallLogWrapper::glGenTextures (glw::GLsizei n, glw::GLuint *textures) function in CallLogWrapper