Searched refs:GL_S (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gldefs.h | 23 #define GL_S 0x2000 macro
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 1093 dispatcher().glTexGenf(GL_S,pname,param); in texGenf() 1110 dispatcher().glTexGenfv(GL_S,pname,params); in texGenfv() 1127 dispatcher().glTexGeni(GL_S,pname,param); in texGeni() 1144 dispatcher().glTexGeniv(GL_S,pname,params); in texGeniv() 1163 dispatcher().glGetTexGeniv(GL_S,pname,&state_s); in getTexGeniv() 1186 dispatcher().glGetTexGenfv(GL_S,pname,&state_s); in getTexGenfv()
|
D | GLEScmImp.cpp | 2841 ctx->dispatcher().glTexGenf(GL_S,pname,param); in glTexGenfOES() 2854 ctx->dispatcher().glTexGenfv(GL_S,pname,params); in glTexGenfvOES()
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 642 #define GL_S 0x2000 macro
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 680 #define GL_S 0x2000 macro
|