Searched defs:getIntegerv (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLExtensions.cpp69 GrGLFunction<GrGLGetIntegervProc> getIntegerv,
89 if (!getStringi || !getIntegerv) {
93 getIntegerv(GR_GL_NUM_EXTENSIONS, &extensionCnt);
66 init(GrGLStandard standard, GrGLFunction<GrGLGetStringProc> getString, GrGLFunction<GrGLGetStringiProc> getStringi, GrGLFunction<GrGLGetIntegervProc> getIntegerv, GrGLFunction<GrEGLQueryStringProc> queryString, GrEGLDisplay eglDisplay) argument
H A DGrGLCaps.cpp850 std::function<void (GrGLenum, GrGLint*)> getIntegerv,
915 getIntegerv(GR_GL_IMPLEMENTATION_COLOR_READ_FORMAT, &format);
916 getIntegerv(GR_GL_IMPLEMENTATION_COLOR_READ_TYPE, &type);
848 readPixelsSupported(GrPixelConfig surfaceConfig, GrPixelConfig readConfig, std::function<void (GrGLenum, GrGLint*)> getIntegerv, std::function<bool ()> bindRenderTarget, std::function<void ()> unbindRenderTarget) const argument
H A DGrGLGpu.cpp2125 auto getIntegerv = [this](GrGLenum query, GrGLint* value) { local
2129 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget,
2165 auto getIntegerv = [this](GrGLenum query, GrGLint* value) { local
2168 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget,
H A DGrGLTestInterface.h90 virtual GrGLvoid getIntegerv(GrGLenum pname, GrGLint* params) {} function in class:GrGLTestInterface
/external/skqp/src/gpu/gl/
H A DGrGLExtensions.cpp69 GrGLFunction<GrGLGetIntegervProc> getIntegerv,
89 if (!getStringi || !getIntegerv) {
93 getIntegerv(GR_GL_NUM_EXTENSIONS, &extensionCnt);
66 init(GrGLStandard standard, GrGLFunction<GrGLGetStringProc> getString, GrGLFunction<GrGLGetStringiProc> getStringi, GrGLFunction<GrGLGetIntegervProc> getIntegerv, GrGLFunction<GrEGLQueryStringProc> queryString, GrEGLDisplay eglDisplay) argument
H A DGrGLCaps.cpp870 std::function<void (GrGLenum, GrGLint*)> getIntegerv,
939 getIntegerv(GR_GL_IMPLEMENTATION_COLOR_READ_FORMAT, &format);
940 getIntegerv(GR_GL_IMPLEMENTATION_COLOR_READ_TYPE, &type);
868 readPixelsSupported(GrPixelConfig surfaceConfig, GrPixelConfig readConfig, std::function<void (GrGLenum, GrGLint*)> getIntegerv, std::function<bool ()> bindRenderTarget, std::function<void ()> unbindRenderTarget) const argument
H A DGrGLGpu.cpp2125 auto getIntegerv = [this](GrGLenum query, GrGLint* value) { local
2129 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget,
2165 auto getIntegerv = [this](GrGLenum query, GrGLint* value) { local
2168 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget,
H A DGrGLTestInterface.h90 virtual GrGLvoid getIntegerv(GrGLenum pname, GrGLint* params) {} function in class:GrGLTestInterface
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp922 void GLContext::getIntegerv (deUint32 pname, int* params) function in class:sglr::GLContext
/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp1274 bool Context::getIntegerv(GLenum pname, GLint *params) function in class:gl::Context
1276 // Please note: DEPTH_CLEAR_VALUE is not included in our internal getIntegerv implementation
1485 // if returned from Context::getIntegerv. Since this conversion is already implemented
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp1206 bool Context::getIntegerv(GLenum pname, GLint *params) function in class:es1::Context
1208 // Please note: DEPTH_CLEAR_VALUE is not included in our internal getIntegerv implementation
1436 // if returned from Context::getIntegerv. Since this conversion is already implemented
1589 // if returned from Context::getIntegerv. Since this conversion is already implemented
1661 // if returned from Context::getIntegerv. Since this conversion is already implemented
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1914 template bool Context::getIntegerv<GLint>(GLenum pname, GLint *params) const;
1915 template bool Context::getIntegerv<GLint64>(GLenum pname, GLint64 *params) const;
1917 template<typename T> bool Context::getIntegerv(GLenum pname, T *params) const function in class:es2::Context
1919 // Please note: DEPTH_CLEAR_VALUE is not included in our internal getIntegerv implementation
2497 // if returned from Context::getIntegerv. Since this conversion is already implemented

Completed in 1034 milliseconds