Home
last modified time | relevance | path

Searched refs:glGenTextures (Results 1 – 19 of 19) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DColorBuffer.cpp57 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()
DGLDispatch.h104 glGenTextures_t glGenTextures; member
DGLDispatch.cpp121 s_gl.glGenTextures = (glGenTextures_t) s_gles_lib->findSymbol("glGenTextures"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp102 LOAD_GL_FUNC(glGenTextures); in dispatchFuncs()
DGLDispatch.h79 void (GLAPIENTRY *glGenTextures) (GLsizei n, GLuint *textures);
DGLEScmImp.cpp685 GL_API void GL_APIENTRY glGenTextures( GLsizei n, GLuint *textures) { in glGenTextures() function
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DobjectNameManager.cpp139 GLEScontext::dispatcher().glGenTextures(1,&name); in genName()
DGLDispatch.cpp102 void (GLAPIENTRY *GLDispatch::glGenTextures)(GLsizei,GLuint *) = NULL;
338 LOAD_GL_FUNC(glGenTextures); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib71 #void glGenTextures(GLsizei n, GLuint *textures)
72 glGenTextures
Dgl2.in54 GL_ENTRY(void, glGenTextures, GLsizei n, GLuint* textures)
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.attrib137 #void glGenTextures(GLsizei n, GLuint *textures)
138 glGenTextures
Dgl.in81 GL_ENTRY(void, glGenTextures, GLsizei n, GLuint *textures)
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h676 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h67 static void (GLAPIENTRY *glGenTextures) (GLsizei n, GLuint *textures);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h527 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java175 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/
DStateTransformFactory.java118 case glGenTextures: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in163 void, glGenTextures, GLsizei n, GLuint* textures
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp773 GL_APICALL void GL_APIENTRY glGenTextures(GLsizei n, GLuint* textures){ in glGenTextures() function