Searched refs:programBinaryFormats (Results 1 – 17 of 17) sorted by relevance
228 std::vector<GLenum> programBinaryFormats; member
4863 const std::vector<GLenum> &programBinaryFormats = context->getCaps().programBinaryFormats; in ValidateProgramBinaryBase() local4864 if (std::find(programBinaryFormats.begin(), programBinaryFormats.end(), binaryFormat) == in ValidateProgramBinaryBase()4865 programBinaryFormats.end()) in ValidateProgramBinaryBase()4901 if (context->getCaps().programBinaryFormats.empty()) in ValidateGetProgramBinaryBase()
1323 *params = context->getCaps().programBinaryFormats.empty() in QueryProgramiv()3466 *numParams = static_cast<unsigned int>(caps.programBinaryFormats.size()); in GetQueryParameterInfo()
1728 *params = static_cast<GLint>(mState.mCaps.programBinaryFormats.size()); in getIntegervImpl()1731 std::copy(mState.mCaps.programBinaryFormats.begin(), in getIntegervImpl()1732 mState.mCaps.programBinaryFormats.end(), params); in getIntegervImpl()3923 mState.mCaps.programBinaryFormats.clear(); in initCaps()
634 std::vector<GLenum> programBinaryFormats; member
3500 const std::vector<GLenum> &programBinaryFormats = context->getCaps().programBinaryFormats; in ValidateProgramBinaryBase() local3501 if (std::find(programBinaryFormats.begin(), programBinaryFormats.end(), binaryFormat) == in ValidateProgramBinaryBase()3502 programBinaryFormats.end()) in ValidateProgramBinaryBase()3537 if (context->getCaps().programBinaryFormats.empty()) in ValidateGetProgramBinaryBase()
1590 *params = static_cast<GLint>(mState.mCaps.programBinaryFormats.size()); in getIntegervImpl()1593 std::copy(mState.mCaps.programBinaryFormats.begin(), in getIntegervImpl()1594 mState.mCaps.programBinaryFormats.end(), params); in getIntegervImpl()8086 *numParams = static_cast<unsigned int>(getCaps().programBinaryFormats.size()); in getQueryParameterInfo()
1171 *params = context->getCaps().programBinaryFormats.empty() in QueryProgramiv()
404 mNativeCaps.programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in ensureCapsInitialized()
558 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()
575 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()
597 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()1100 extensions->getProgramBinary = caps->programBinaryFormats.size() > 0; in GenerateCaps()
938 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()
1446 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()
1438 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()
827 mNativeCaps.programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE);