Searched refs:glIsTexture (Results 1 – 25 of 68) sorted by relevance
123
93 { "glIsTexture", (deFunctionPtr)glIsTexture },
156 { "glIsTexture", (deFunctionPtr)glIsTexture },
722 isTexture = glIsTexture(texture); in init()726 isTexture = glIsTexture(texture); in init()730 isTexture = glIsTexture(texture); in init()735 isTexture = glIsTexture(texture); in init()
88 glIsTexture
105 glIsTexture @163
106 glIsTexture;
135 GLboolean (*glIsTexture)(GLuint texture); member in LibGLES_CMexports
161 glIsTexture = glIsTexture@4
164 glIsTexture
154 glIsTexture = glIsTexture@4
154 glIsTexture
846 &glIsTexture,
162 glIsTexture
90 glIsTexture @88
91 glIsTexture;
155 glIsTexture @153
1194 isTexture = glIsTexture(texture); in init()1198 isTexture = glIsTexture(texture); in init()1202 isTexture = glIsTexture(texture); in init()1207 isTexture = glIsTexture(texture); in init()
93 gl->isTexture = &glIsTexture;
156 gl->isTexture = &glIsTexture;
93 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
181 gl->isTexture = &glIsTexture;
210 gl->isTexture = &glIsTexture;
120 "glIsTexture",282 "glIsTexture",
963 public boolean glIsTexture(int texture) { in glIsTexture() method in GLErrorLogger.ErrorLoggingGL964 boolean result = ((GL11)mGL).glIsTexture( texture); in glIsTexture()
217 o glIsTexture (GLuint texture);