Searched refs:isTexture (Results 26 - 45 of 45) sorted by relevance

12

/external/deqp/framework/opengl/wrapper/
H A DglwInitGL31.inl65 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitGL32.inl65 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitGL33.inl65 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitGL40.inl65 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitGL41.inl65 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitGL42.inl65 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitGL43.inl65 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitGL44.inl65 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwImpl.inl514 return gl->isTexture(texture);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl67 gl->isTexture = glIsTexture;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h287 virtual WGC3Dboolean isTexture(WebGLId texture) = 0;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.cpp3115 ASSERT(attachment->isTexture());
3137 if (attachment && attachment->isTexture())
3144 if (depthAttachment && depthAttachment->isTexture())
3150 if (stencilAttachment && stencilAttachment->isTexture())
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h249 virtual WGC3Dboolean isTexture(WebGLId texture);
H A Dwebgraphicscontext3d_impl.cc559 DELEGATE_TO_GL_1RB(isTexture, IsTexture, WebGLId, WGC3Dboolean)
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl595 GLboolean isTexture(WebGLTexture? texture);
H A DWebGLRenderingContextBase.cpp2228 ASSERT(object->isTexture() || object->isRenderbuffer());
2229 if (object->isTexture()) {
2993 GLboolean WebGLRenderingContextBase::isTexture(WebGLTexture* texture) function in class:blink::__anon11092::WebGLRenderingContextBase
3001 return webContext()->isTexture(texture->object());
H A DWebGLRenderingContextBase.h219 GLboolean isTexture(WebGLTexture*);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1376 if (llvm::isTexture(*GVar)) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js1440 result.push({ name: "isTexture", value: gl.isTexture(texture) });
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl466 glw::GLboolean returnValue = m_gl.isTexture(param0);

Completed in 341 milliseconds

12