Home
last modified time | relevance | path

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

123

/external/deqp/framework/egl/
DegluStaticES20Library.inl91 { "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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def154 glIsTexture = glIsTexture@4
Dopengl32.def154 glIsTexture
Dstw_context.c767 &glIsTexture,
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.def90 glIsTexture @88
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp1185 isTexture = glIsTexture(texture); in init()
1189 isTexture = glIsTexture(texture); in init()
1193 isTexture = glIsTexture(texture); in init()
1198 isTexture = glIsTexture(texture); in init()
Des3fTextureStateQueryTests.cpp215 checkBooleans(glIsTexture(textureId), GL_TRUE); in test()
220 checkBooleans(glIsTexture(textureId), GL_FALSE); in test()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl91 gl->isTexture = &glIsTexture;
DglwInitES30Direct.inl91 gl->isTexture = &glIsTexture;
DglwInitES20.inl91 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
DglwInitES30.inl91 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h104 #define glIsTexture GLES2_GET_FUN(IsTexture) macro
/external/chromium_org/gpu/command_buffer/service/
Dtexture_definition.cc153 DCHECK(glIsTexture(texture_id)); in Create()
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2.h577 #define glIsTexture GLES2_GET_FUN(IsTexture) macro
726 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def360 glIsTexture
/external/chromium_org/third_party/mesa/src/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/deqp/doc/
DGLES2 Negative API Functions.txt217 o glIsTexture (GLuint texture);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp137 deBool glIsTexture (deUint32 texture);
/external/chromium_org/third_party/angle/include/GLES2/
Dgl2.h560 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/mesa3d/include/GLES/
Dgl.h691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);

123