Searched refs:glIsTexture (Results 1 - 25 of 44) sorted by relevance

12

/external/deqp/framework/egl/
H A DegluStaticES20Library.inl93 { "glIsTexture", (deFunctionPtr)glIsTexture },
H A DegluStaticES30Library.inl156 { "glIsTexture", (deFunctionPtr)glIsTexture },
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl93 gl->isTexture = &glIsTexture;
H A DglwInitES30Direct.inl156 gl->isTexture = &glIsTexture;
H A DglwInitES31Direct.inl181 gl->isTexture = &glIsTexture;
H A DglwInitES32Direct.inl210 gl->isTexture = &glIsTexture;
/external/deqp/modules/gles2/functional/
H A Des2fNegativeStateApiTests.cpp716 ES2F_ADD_API_CASE(is_texture, "Invalid glIsTexture() usage",
722 isTexture = glIsTexture(texture);
726 isTexture = glIsTexture(texture);
730 isTexture = glIsTexture(texture);
735 isTexture = glIsTexture(texture);
/external/deqp/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp1188 ES3F_ADD_API_CASE(is_texture, "Invalid glIsTexture() usage",
1194 isTexture = glIsTexture(texture);
1198 isTexture = glIsTexture(texture);
1202 isTexture = glIsTexture(texture);
1207 isTexture = glIsTexture(texture);
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c767 &glIsTexture,
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.hpp134 GLboolean (*glIsTexture)(GLuint texture); member in class:LibGLES_CMexports
H A Dmain.cpp993 GL_API GLboolean GL_APIENTRY glIsTexture(GLuint texture) function
1511 this->glIsTexture = es1::IsTexture;
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java963 public boolean glIsTexture(int texture) { method in class:GLErrorLogger.ErrorLoggingGL
964 boolean result = ((GL11)mGL).glIsTexture( texture);
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_nsopengl.mm159 if(glIsTexture(_texture))
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp137 deBool glIsTexture (deUint32 texture);
/external/mesa3d/include/GLES/
H A Dgl.h691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/mesa3d/include/GLES2/
H A Dgl2.h561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/swiftshader/include/GLES/
H A Dgl.h691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.hpp152 GLboolean (*glIsTexture)(GLuint texture); member in class:LibGLESv2exports
H A Dmain.cpp969 GL_APICALL GLboolean GL_APIENTRY glIsTexture(GLuint texture) function
1446 this->glIsTexture = es2::IsTexture;
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
H A Dgl.h691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl340 gl->isTexture = glIsTexture;
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp728 &CallLogWrapper::glIsTexture, &m_textureBind)
/external/swiftshader/include/GLES2/
H A Dgl2.h611 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);

Completed in 1047 milliseconds

12