Searched refs:programBinaryFormats (Results 1 – 9 of 9) sorted by relevance
878 std::vector<GLenum> programBinaryFormats; member
4652 const std::vector<GLenum> &programBinaryFormats = context->getCaps().programBinaryFormats; in ValidateProgramBinaryBase() local4653 if (std::find(programBinaryFormats.begin(), programBinaryFormats.end(), binaryFormat) == in ValidateProgramBinaryBase()4654 programBinaryFormats.end()) in ValidateProgramBinaryBase()4689 if (context->getCaps().programBinaryFormats.empty()) in ValidateGetProgramBinaryBase()
1317 *params = context->getCaps().programBinaryFormats.empty() in QueryProgramiv()3435 *numParams = static_cast<unsigned int>(caps.programBinaryFormats.size()); in GetQueryParameterInfo()
1676 *params = static_cast<GLint>(mState.mCaps.programBinaryFormats.size()); in getIntegervImpl()1679 std::copy(mState.mCaps.programBinaryFormats.begin(), in getIntegervImpl()1680 mState.mCaps.programBinaryFormats.end(), params); in getIntegervImpl()3837 mState.mCaps.programBinaryFormats.clear(); in initCaps()
559 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()
910 mNativeCaps.programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in ensureCapsInitialized()
826 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()1350 extensions->getProgramBinaryOES = caps->programBinaryFormats.size() > 0; in GenerateCaps()
752 mNativeCaps.programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE);
1438 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()