Home
last modified time | relevance | path

Searched refs:textureNPOT (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp237 outCaps->textureNPOT = true; in generateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp278 outCaps->textureNPOT = true; in generateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h399 bool textureNPOT; member
DvalidationEGL.cpp2578 if (textureFormat != EGL_NO_TEXTURE && !caps.textureNPOT && in ValidateCreatePbufferSurface()
2857 if (textureFormat != EGL_NO_TEXTURE && !caps.textureNPOT && in ValidateCreatePbufferFromClientBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp388 outCaps->textureNPOT = mRenderer->getNativeExtensions().textureNpotOES; in generateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm317 outCaps->textureNPOT = true;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp648 outCaps->textureNPOT = true; in generateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp915 outCaps->textureNPOT = true; in generateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm492 outCaps->textureNPOT = true;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp901 outCaps->textureNPOT = true; // Since we request GLES >= 2 in generateCaps()