Searched defs:glTexGenivOES (Results 1 - 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
H A DGLDispatch.h252 glTexGenivOES_t glTexGenivOES; member in struct:GLDispatch
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
H A DGLEScmImp.cpp125 (*s_glesExtensions)["glTexGenivOES"] = (__translatorMustCastToProperFunctionPointerType)glTexGenivOES;
2136 GL_API void GL_APIENTRY glTexGenivOES (GLenum coord, GLenum pname, const GLint *params) { function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
H A DGLProtoBuf.java355 glTexGenivOES(324, 324), enum constant in enum:GLProtoBuf.GLMessage.Function
848 case 324: return glTexGenivOES;

Completed in 16 milliseconds