Searched refs:programBinaryFormats (Results 1 – 9 of 9) sorted by relevance
240 std::vector<GLenum> programBinaryFormats; member
5142 const std::vector<GLenum> &programBinaryFormats = context->getCaps().programBinaryFormats; in ValidateProgramBinaryBase() local5143 if (std::find(programBinaryFormats.begin(), programBinaryFormats.end(), binaryFormat) == in ValidateProgramBinaryBase()5144 programBinaryFormats.end()) in ValidateProgramBinaryBase()5180 if (context->getCaps().programBinaryFormats.empty()) in ValidateGetProgramBinaryBase()
1342 *params = context->getCaps().programBinaryFormats.empty() in QueryProgramiv()3603 *numParams = static_cast<unsigned int>(caps.programBinaryFormats.size()); in GetQueryParameterInfo()
1994 *params = static_cast<GLint>(mState.getCaps().programBinaryFormats.size()); in getIntegervImpl()1997 std::copy(mState.getCaps().programBinaryFormats.begin(), in getIntegervImpl()1998 mState.getCaps().programBinaryFormats.end(), params); in getIntegervImpl()4309 caps->programBinaryFormats.clear(); in initCaps()
571 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()
886 mNativeCaps.programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in ensureCapsInitialized()
893 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()1430 extensions->getProgramBinaryOES = caps->programBinaryFormats.size() > 0; in GenerateCaps()
1470 caps->programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE); in GenerateCaps()
908 mNativeCaps.programBinaryFormats.push_back(GL_PROGRAM_BINARY_ANGLE);