/external/deqp/modules/egl/ |
D | teglPreservingSwapTests.cpp | 90 glw::Functions m_gl; member in deqp::egl::__anond443aea00111::PreservingSwapTest 108 const glw::Functions& m_gl; member in deqp::egl::__anond443aea00111::GLES2Program 118 : m_gl (gl) in GLES2Program() 145 vtxShader = m_gl.createShader(GL_VERTEX_SHADER); in GLES2Program() 146 fragShader = m_gl.createShader(GL_FRAGMENT_SHADER); in GLES2Program() 148 m_glProgram = m_gl.createProgram(); in GLES2Program() 150 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to create resources for shader program"); in GLES2Program() 152 m_gl.shaderSource(vtxShader, 1, &vertexShaderSource, DE_NULL); in GLES2Program() 153 m_gl.shaderSource(fragShader, 1, &fragmentShaderSource, DE_NULL); in GLES2Program() 154 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to set shader sources"); in GLES2Program() [all …]
|
D | teglGLES2SharedRenderingPerfTests.cpp | 122 glw::Functions m_gl; member in deqp::egl::__anon5b2f3d7f0111::TestContext 530 m_testCtx.getGLFunctions(m_gl, glu::ApiType::es(2,0)); in TestContext() 536 if (!checkExtension((const char*)m_gl.getString(GL_EXTENSIONS), "GL_OES_EGL_image")) in TestContext() 545 m_coordBuffer = createCoordBuffer(m_gl, m_config); in TestContext() 552 m_indexBuffer = createIndexBuffer(m_gl, m_config); in TestContext() 561 m_texture = createTexture(m_gl, m_config); in TestContext() 567 m_texture = createTexture(m_gl, m_config); in TestContext() 596 m_program = createProgram(m_gl, m_config); in TestContext() 600 m_coordLoc = m_gl.getAttribLocation(m_program, "a_coord"); in TestContext() 603 m_textureLoc = m_gl.getUniformLocation(m_program, "u_sampler"); in TestContext() [all …]
|
D | teglMemoryStressTests.cpp | 82 glw::Functions m_gl; member in deqp::egl::__anonf732157d0111::MemoryAllocator 114 m_eglTestCtx.getGLFunctions(m_gl, glu::ApiType::es(2,0)); in MemoryAllocator() 219 m_gl.clearColor(red, green, blue, alpha); in allocatePBuffer() 220 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glClearColor()"); in allocatePBuffer() 222 m_gl.clear(GL_COLOR_BUFFER_BIT); in allocatePBuffer() 223 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glClear()"); in allocatePBuffer() 281 m_gl.clearColor(red, green, blue, alpha); in allocateContext() 282 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glClearColor()"); in allocateContext() 284 m_gl.clear(GL_COLOR_BUFFER_BIT); in allocateContext() 285 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glClear()"); in allocateContext()
|
D | teglResizeTests.cpp | 121 glw::Functions m_gl; member in deqp::egl::ResizeTest 175 m_eglTestCtx.getGLFunctions(m_gl, glu::ApiType::es(2, 0)); in init() 342 initSurface(m_gl, oldEglSize); in iterate() 376 GLU_EXPECT_NO_ERROR(m_gl.getError(), "GL state erroneous upon initialization!"); in iterate() 380 initSurface(m_gl, oldEglSize); in iterate() 382 m_gl.finish(); in iterate() 383 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glFinish() failed"); in iterate() 386 const Surface oldSurface = readSurface(m_gl, oldEglSize); in iterate() 394 const Surface newSurface = readSurface(m_gl, newEglSize); in iterate() 476 initSurface(m_gl, oldEglSize); in iterate()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 9 glw::GLsync returnValue = m_gl.createSyncFromCLeventARB(param0, param1, param2); 19 m_gl.blendBarrierKHR(); 26 m_gl.cullFace(param0); 33 m_gl.frontFace(param0); 40 m_gl.hint(param0, param1); 47 m_gl.lineWidth(param0); 54 m_gl.pointSize(param0); 61 m_gl.polygonMode(param0, param1); 68 m_gl.scissor(param0, param1, param2, param3); 75 m_gl.texParameterf(param0, param1, param2); [all …]
|
D | gluObjectWrapper.cpp | 36 : m_gl (gl) in ObjectWrapper() 59 (m_gl.*m_traits.deleteFunc)(1, &m_object); in ~ObjectWrapper() 79 : m_gl (gl) in ObjectVector() 102 (m_gl.*m_traits.genFunc)(glw::GLsizei(newSize - oldSize), &m_objects[oldSize]); in resize() 106 (m_gl.*m_traits.deleteFunc)(glw::GLsizei(oldSize - newSize), &m_objects[newSize]); in resize() 113 (m_gl.*m_traits.deleteFunc)(glw::GLsizei(m_objects.size()), &m_objects.front()); in clear()
|
D | gluObjectWrapper.hpp | 73 const glw::Functions& m_gl; member in glu::ObjectWrapper 115 const glw::Functions& m_gl; member in glu::ObjectVector
|
D | gluCallLogWrapper.hpp | 52 const glw::Functions& m_gl; member in glu::CallLogWrapper
|
D | gluCallLogWrapper.cpp | 36 : m_gl (gl) in CallLogWrapper()
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.cpp | 570 , m_gl (gl) in FboBuilder() 572 m_gl.bindFramebuffer(m_target, fbo); in FboBuilder() 579 glDelete(*it->second, it->first, m_gl); in ~FboBuilder() 583 glDelete(*it->second, it->first, m_gl); in ~FboBuilder() 585 m_gl.bindFramebuffer(m_target, 0); in ~FboBuilder() 594 const GLenum error = m_gl.getError(); in checkError() 602 m_gl.framebufferRenderbuffer(m_target, attPoint, GL_RENDERBUFFER, 0); in glAttach() 604 attachAttachment(*att, attPoint, m_gl); in glAttach() 611 const GLuint texName = glCreate(texCfg, m_gl); in glCreateTexture() 619 const GLuint rbName = glCreate(rbCfg, m_gl); in glCreateRbo()
|
D | glsShaderLibraryCase.cpp | 232 const glw::Functions& m_gl; member in deqp::gls::sl::BeforeDrawValidator 241 : m_gl (gl) in BeforeDrawValidator() 258 m_gl.validateProgram(m_target); in beforeDrawCall() 260 m_gl.validateProgramPipeline(m_target); in beforeDrawCall() 264 GLU_EXPECT_NO_ERROR(m_gl.getError(), "validate"); in beforeDrawCall() 270 m_gl.getProgramiv(m_target, GL_VALIDATE_STATUS, &m_validateStatus); in beforeDrawCall() 272 m_gl.getProgramPipelineiv(m_target, GL_VALIDATE_STATUS, &m_validateStatus); in beforeDrawCall() 276 GLU_EXPECT_NO_ERROR(m_gl.getError(), "get validate status"); in beforeDrawCall() 284 m_gl.getProgramiv(m_target, GL_INFO_LOG_LENGTH, &infoLogLength); in beforeDrawCall() 286 m_gl.getProgramPipelineiv(m_target, GL_INFO_LOG_LENGTH, &infoLogLength); in beforeDrawCall() [all …]
|
D | glsFboUtil.hpp | 405 const glw::Functions& m_gl; member in deqp::gls::FboUtil::FboBuilder
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 106 : m_gl (gl) in AutoFbo() 114 m_gl.deleteFramebuffers(1, &m_fbo); in ~AutoFbo() 120 m_gl.genFramebuffers(1, &m_fbo); in gen() 126 const glw::Functions& m_gl; member in deqp::gles3::Functional::__anonc0a396580211::AutoFbo 134 : m_gl (gl) in AutoRbo() 142 m_gl.deleteRenderbuffers(1, &m_rbo); in ~AutoRbo() 148 m_gl.genRenderbuffers(1, &m_rbo); in gen() 154 const glw::Functions& m_gl; member in deqp::gles3::Functional::__anonc0a396580211::AutoRbo
|
D | es3fShaderOperatorTests.cpp | 571 : m_gl (gl) in OperatorShaderEvaluator() 594 m_evaluatedScale = m_scale.getValue(m_gl, m_shaderType); in evaluate() 595 m_evaluatedBias = m_bias.getValue(m_gl, m_shaderType); in evaluate() 605 const glw::Functions& m_gl; member in deqp::gles3::Functional::OperatorShaderEvaluator
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 483 : m_gl (gl) in BufferMemMap() 494 m_gl.unmapBuffer(m_target); in ~BufferMemMap() 504 const glw::Functions& m_gl; member in deqp::gles31::Functional::__anon0a10fa760111::BufferMemMap 515 : m_gl (gl) in UniformAccessLogger() 527 const glw::Functions& m_gl; member in deqp::gles31::Functional::__anon0a10fa760111::UniformAccessLogger 538 const int loc = m_gl.getUniformLocation(m_programGL, name.c_str()); in getLocation() 549 m_gl.uniform1i(loc, x); in assign1i() 556 m_gl.uniform3f(loc, x, y, z); in assign3f()
|
D | es31fBasicComputeShaderTests.cpp | 54 : m_gl (gl) in BufferMemMap() 65 m_gl.unmapBuffer(m_target); in ~BufferMemMap() 75 const glw::Functions& m_gl; member in deqp::gles31::Functional::BufferMemMap
|