Home
last modified time | relevance | path

Searched refs:glIsTexture (Results 1 – 25 of 42) sorted by relevance

12

/external/deqp/framework/egl/
DegluStaticES20Library.inl93 { "glIsTexture", (deFunctionPtr)glIsTexture },
DegluStaticES30Library.inl156 { "glIsTexture", (deFunctionPtr)glIsTexture },
/external/deqp/modules/gles2/functional/
Des2fNegativeStateApiTests.cpp722 isTexture = glIsTexture(texture); in init()
726 isTexture = glIsTexture(texture); in init()
730 isTexture = glIsTexture(texture); in init()
735 isTexture = glIsTexture(texture); in init()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def154 glIsTexture = glIsTexture@4
Dopengl32.def154 glIsTexture
Dstw_context.c767 &glIsTexture,
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp1194 isTexture = glIsTexture(texture); in init()
1198 isTexture = glIsTexture(texture); in init()
1202 isTexture = glIsTexture(texture); in init()
1207 isTexture = glIsTexture(texture); in init()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl93 gl->isTexture = &glIsTexture;
DglwInitES30Direct.inl156 gl->isTexture = &glIsTexture;
DglwInitES20.inl93 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
DglwInitES31Direct.inl181 gl->isTexture = &glIsTexture;
DglwInitES30.inl156 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
DglwInitGL31.inl161 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
DglwInitGL30.inl152 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
DglwInitGL32.inl174 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
DglwInitES31.inl181 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl120 "glIsTexture",
282 "glIsTexture",
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def360 glIsTexture
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java963 public boolean glIsTexture(int texture) { in glIsTexture() method in GLErrorLogger.ErrorLoggingGL
964 boolean result = ((GL11)mGL).glIsTexture( texture); in glIsTexture()
/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
/external/deqp/doc/
DGLES2 Negative API Functions.txt217 o glIsTexture (GLuint texture);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp137 deBool glIsTexture (deUint32 texture);
/external/mesa3d/include/GLES/
Dgl.h691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/mesa3d/include/GLES2/
Dgl2.h561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl340 gl->isTexture = glIsTexture;

12