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

  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.h 54 bool IsSizedInternalFormat(GLenum internalFormat, GLuint clientVersion);
validationES3.cpp 263 GLenum sizedFormat = gl::IsSizedInternalFormat(actualInternalFormat, clientVersion) ?
445 if (!gl::IsSizedInternalFormat(internalformat, context->getClientVersion()))
Texture.cpp 553 GLenum sizedInternalFormat = IsSizedInternalFormat(internalFormat, clientVersion) ? internalFormat
672 GLenum sizedInternalFormat = IsSizedInternalFormat(format, clientVersion) ? format
    [all...]
validationES.cpp 275 if (!gl::IsSizedInternalFormat(internalformat, context->getClientVersion()))
865 GLenum sizedInternalFormat = IsSizedInternalFormat(format, clientVersion) ? format :
    [all...]
formatutils.cpp     [all...]
Context.cpp     [all...]
libGLESv2.cpp     [all...]

Completed in 83 milliseconds