Home
last modified time | relevance | path

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

123

/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/mapi/es1api/
DABI-check88 glIsTexture
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def105 glIsTexture @163
Dexports.map106 glIsTexture;
DlibGLES_CM.hpp135 GLboolean (*glIsTexture)(GLuint texture); member in LibGLES_CMexports
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def161 glIsTexture = glIsTexture@4
Dosmesa.def164 glIsTexture
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def154 glIsTexture = glIsTexture@4
Dopengl32.def154 glIsTexture
Dstw_context.c846 &glIsTexture,
/external/mesa3d/src/mapi/es2api/
DABI-check162 glIsTexture
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def90 glIsTexture @88
Dexports.map91 glIsTexture;
/external/swiftshader/src/OpenGL/libGL/
DlibGL.def155 glIsTexture @153
/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;
DglwInitES32Direct.inl210 gl->isTexture = &glIsTexture;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl120 "glIsTexture",
282 "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/deqp/doc/
DGLES2 Negative API Functions.txt217 o glIsTexture (GLuint texture);

123