Searched refs:programBinaryFormats (Results 1 – 9 of 9) sorted by relevance
232 std::vector<GLenum> programBinaryFormats; member
5052 const std::vector<GLenum> &programBinaryFormats = context->getCaps().programBinaryFormats; in ValidateProgramBinaryBase() local5053 if (std::find(programBinaryFormats.begin(), programBinaryFormats.end(), binaryFormat) == in ValidateProgramBinaryBase()5054 programBinaryFormats.end()) in ValidateProgramBinaryBase()5090 if (context->getCaps().programBinaryFormats.empty()) in ValidateGetProgramBinaryBase()
1338 *params = context->getCaps().programBinaryFormats.empty() in QueryProgramiv()3501 *numParams = static_cast<unsigned int>(caps.programBinaryFormats.size()); in GetQueryParameterInfo()
1823 *params = static_cast<GLint>(mState.mCaps.programBinaryFormats.size()); in getIntegervImpl()1826 std::copy(mState.mCaps.programBinaryFormats.begin(), in getIntegervImpl()1827 mState.mCaps.programBinaryFormats.end(), params); in getIntegervImpl()4110 mState.mCaps.programBinaryFormats.clear(); in initCaps()
575 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()
945 mNativeCaps.programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in ensureCapsInitialized()
818 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()1342 extensions->getProgramBinaryOES = caps->programBinaryFormats.size() > 0; in GenerateCaps()
1438 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()
836 mNativeCaps.programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE);