Searched refs:glGenTextures (Results 1 – 19 of 19) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | ColorBuffer.cpp | 57 s_gl.glGenTextures(1, &cb->m_tex); in create() 78 s_gl.glGenTextures(1, &cb->m_blitTex); in create() 188 s_gl2.glGenTextures(1,&tmpTex); in blitFromCurrentReadBuffer() 196 s_gl.glGenTextures(1,&tmpTex); in blitFromCurrentReadBuffer()
|
D | GLDispatch.h | 104 glGenTextures_t glGenTextures; member
|
D | GLDispatch.cpp | 121 s_gl.glGenTextures = (glGenTextures_t) s_gles_lib->findSymbol("glGenTextures"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLDispatch.cpp | 102 LOAD_GL_FUNC(glGenTextures); in dispatchFuncs()
|
D | GLDispatch.h | 79 void (GLAPIENTRY *glGenTextures) (GLsizei n, GLuint *textures);
|
D | GLEScmImp.cpp | 685 GL_API void GL_APIENTRY glGenTextures( GLsizei n, GLuint *textures) { in glGenTextures() function
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | objectNameManager.cpp | 139 GLEScontext::dispatcher().glGenTextures(1,&name); in genName()
|
D | GLDispatch.cpp | 102 void (GLAPIENTRY *GLDispatch::glGenTextures)(GLsizei,GLuint *) = NULL; 338 LOAD_GL_FUNC(glGenTextures); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.attrib | 71 #void glGenTextures(GLsizei n, GLuint *textures) 72 glGenTextures
|
D | gl2.in | 54 GL_ENTRY(void, glGenTextures, GLsizei n, GLuint* textures)
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.attrib | 137 #void glGenTextures(GLsizei n, GLuint *textures) 138 glGenTextures
|
D | gl.in | 81 GL_ENTRY(void, glGenTextures, GLsizei n, GLuint *textures)
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 676 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 67 static void (GLAPIENTRY *glGenTextures) (GLsizei n, GLuint *textures);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 527 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 175 glGenTextures(144, 144), enumConstant 668 case 144: return glGenTextures; in valueOf()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 118 case glGenTextures: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 163 void, glGenTextures, GLsizei n, GLuint* textures
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 773 GL_APICALL void GL_APIENTRY glGenTextures(GLsizei n, GLuint* textures){ in glGenTextures() function
|