HomeSort by relevance Sort by last modified time
    Searched refs:textureSupport (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp 269 textureSupport(NeverSupported),
275 static InternalFormat UnsizedFormat(GLenum format, InternalFormat::SupportCheckFunction textureSupport,
281 formatInfo.textureSupport = textureSupport;
289 InternalFormat::SupportCheckFunction textureSupport,
305 formatInfo.textureSupport = textureSupport;
312 InternalFormat::SupportCheckFunction textureSupport,
325 formatInfo.textureSupport = textureSupport;
    [all...]
formatutils.h 89 SupportCheckFunction textureSupport;
validationES3.cpp 224 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions()))
240 bool supported = info.textureSupport(context->getClientVersion(), context->getExtensions());
    [all...]
validationES.cpp 308 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions()))
    [all...]
Context.cpp     [all...]

Completed in 316 milliseconds