Searched refs:programBinaryFormats (Results 1 – 9 of 9) 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()
575 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); 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()
1438 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()
827 mNativeCaps.programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE);