Searched defs:glGenTextures (Results 1 – 12 of 12) sorted by relevance
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowGLES20Test.java | 22 public void glGenTextures() { in glGenTextures() method in ShadowGLES20Test
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowGLES20.java | 25 protected static void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() method in ShadowGLES20
|
| /external/swiftshader/src/OpenGL/libGLES_CM/ |
| D | libGLES_CM.hpp | 108 void (*glGenTextures)(GLsizei n, GLuint* textures); member in LibGLES_CMexports
|
| D | main.cpp | 858 GL_API void GL_APIENTRY glGenTextures(GLsizei n, GLuint* textures) in glGenTextures() function
|
| /external/deqp/framework/platform/null/ |
| D | tcuNullRenderContext.cpp | 529 GLW_APICALL void GLW_APIENTRY glGenTextures (GLsizei n, GLuint* textures) in glGenTextures() function
|
| /external/swiftshader/src/OpenGL/libGLESv2/ |
| D | libGLESv2.hpp | 112 void (*glGenTextures)(GLsizei n, GLuint* textures); member in LibGLESv2exports
|
| D | entry_points.cpp | 405 GL_APICALL void GL_APIENTRY glGenTextures(GLsizei n, GLuint* textures) in glGenTextures() function
|
| /external/deqp/framework/opengl/simplereference/ |
| D | sglrContextWrapper.cpp | 74 void ContextWrapper::glGenTextures (int numTextures, deUint32* textures) in glGenTextures() function in sglr::ContextWrapper
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | GLErrorLogger.java | 294 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/ |
| D | glwApi.inl | 236 #define glGenTextures glwGenTextures macro
|
| /external/mesa3d/include/GL/ |
| D | gl_mangle.h | 683 #define glGenTextures MANGLE(GenTextures) macro
|
| /external/deqp/framework/opengl/ |
| D | gluCallLogWrapper.inl | 1651 void CallLogWrapper::glGenTextures (glw::GLsizei n, glw::GLuint *textures) function in CallLogWrapper
|