Searched refs:programBinaryFormats (Results 1 – 9 of 9) sorted by relevance
250 std::vector<GLenum> programBinaryFormats; member
5304 const std::vector<GLenum> &programBinaryFormats = context->getCaps().programBinaryFormats; in ValidateProgramBinaryBase() local5305 if (std::find(programBinaryFormats.begin(), programBinaryFormats.end(), binaryFormat) == in ValidateProgramBinaryBase()5306 programBinaryFormats.end()) in ValidateProgramBinaryBase()5342 if (context->getCaps().programBinaryFormats.empty()) in ValidateGetProgramBinaryBase()
1410 *params = context->getCaps().programBinaryFormats.empty() in QueryProgramiv()3711 *numParams = static_cast<unsigned int>(caps.programBinaryFormats.size()); in GetQueryParameterInfo()
2001 *params = static_cast<GLint>(mState.getCaps().programBinaryFormats.size()); in getIntegervImpl()2004 std::copy(mState.getCaps().programBinaryFormats.begin(), in getIntegervImpl()2005 mState.getCaps().programBinaryFormats.end(), params); in getIntegervImpl()4372 caps->programBinaryFormats.clear(); in initCaps()
571 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()
1014 mNativeCaps.programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in ensureCapsInitialized()
899 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()1443 extensions->getProgramBinaryOES = caps->programBinaryFormats.size() > 0; in GenerateCaps()
1472 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()
900 mNativeCaps.programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE);