Home
last modified time | relevance | path

Searched refs:program_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp221 void Context::linkProgram(ProgramID program_) { in linkProgram() argument
222 MBGL_CHECK_ERROR(glLinkProgram(program_)); in linkProgram()
223 verifyProgramLinkage(program_); in linkProgram()
226 void Context::verifyProgramLinkage(ProgramID program_) { in verifyProgramLinkage() argument
228 MBGL_CHECK_ERROR(glGetProgramiv(program_, GL_LINK_STATUS, &status)); in verifyProgramLinkage()
234 MBGL_CHECK_ERROR(glGetProgramiv(program_, GL_INFO_LOG_LENGTH, &logLength)); in verifyProgramLinkage()
237 MBGL_CHECK_ERROR(glGetProgramInfoLog(program_, logLength, &logLength, log.get())); in verifyProgramLinkage()
333 Context::getBinaryProgram(ProgramID program_) const { in getBinaryProgram()
338 MBGL_CHECK_ERROR(glGetProgramiv(program_, GL_PROGRAM_BINARY_LENGTH, &binaryLength)); in getBinaryProgram()
343 program_, binaryLength, &binaryLength, &binaryFormat, const_cast<char*>(binary.data()))); in getBinaryProgram()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info2443 command, only the input _for your program_ is affected. The input for
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info2443 command, only the input _for your program_ is affected. The input for