Home
last modified time | relevance | path

Searched refs:getFunctions (Results 1 – 25 of 230) sorted by relevance

12345678910

/external/deqp/framework/opengl/
DgluTexture.cpp58 const glw::Functions& gl = context.getFunctions(); in Texture1D()
69 const glw::Functions& gl = context.getFunctions(); in Texture1D()
77 m_context.getFunctions().deleteTextures(1, &m_glTexture); in ~Texture1D()
82 const glw::Functions& gl = m_context.getFunctions(); in upload()
112 const glw::Functions& gl = context.getFunctions(); in Texture2D()
124 const glw::Functions& gl = context.getFunctions(); in Texture2D()
136 const glw::Functions& gl = context.getFunctions(); in Texture2D()
158 m_context.getFunctions().deleteTextures(1, &m_glTexture); in ~Texture2D()
163 const glw::Functions& gl = m_context.getFunctions(); in upload()
189 const glw::Functions& gl = m_context.getFunctions(); in loadCompressed()
[all …]
DgluContextInfo.cpp166 const glw::Functions& gl = context.getFunctions(); in operator ()()
188 const glw::Functions& gl = context.getFunctions(); in ContextInfo()
218 m_context.getFunctions().getIntegerv(param, &val); in getInt()
219 GLU_EXPECT_NO_ERROR(m_context.getFunctions().getError(), "glGetIntegerv() failed"); in getInt()
226 m_context.getFunctions().getBooleanv(param, &val); in getBool()
227 GLU_EXPECT_NO_ERROR(m_context.getFunctions().getError(), "glGetBooleanv() failed"); in getBool()
233 const char* str = (const char*)m_context.getFunctions().getString(param); in getString()
234 GLU_EXPECT_NO_ERROR(m_context.getFunctions().getError(), "glGetString() failed"); in getString()
DgluPixelTransfer.cpp51 const glw::Functions& gl = context.getFunctions(); in readPixels()
70 const glw::Functions& gl = context.getFunctions(); in texImage2D()
89 const glw::Functions& gl = context.getFunctions(); in texImage3D()
109 const glw::Functions& gl = context.getFunctions(); in texSubImage2D()
128 const glw::Functions& gl = context.getFunctions(); in texSubImage3D()
DgluFboRenderContext.hpp52 virtual const glw::Functions& getFunctions (void) const { return m_context->getFunctions(); } in getFunctions() function in glu::FboRenderContext
DgluShaderProgram.cpp41 : m_gl (renderCtx.getFunctions()) in Shader()
176 : m_gl (renderCtx.getFunctions()) in Program()
192 : m_gl (renderCtx.getFunctions()) in Program()
264 : m_gl (renderCtx.getFunctions()) in ProgramPipeline()
310 : m_program(renderCtx.getFunctions()) in ShaderProgram()
312 init(renderCtx.getFunctions(), sources); in ShaderProgram()
/external/deqp/modules/glshared/
DglsStateChangePerfTestCases.cpp234 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireIndexBuffers()
264 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireCoordBuffers()
333 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireTextures()
379 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireFramebuffers()
416 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireRenderbuffers()
445 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireSamplers()
463 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireVertexArrays()
486 const glw::Functions& gl = m_renderCtx.getFunctions(); in deinit()
577 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
600 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
[all …]
/external/deqp/modules/gles31/functional/
Des31fMultisampleShaderRenderCase.cpp99 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
307 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buffer); in deinit()
313 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_resolveBuffer); in deinit()
322 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo); in deinit()
328 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_fboTexture); in deinit()
337 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_fboRbo); in deinit()
343 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_resolveFbo); in deinit()
349 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_resolveFboTexture); in deinit()
355 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_renderVao); in deinit()
361 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_resolveVao); in deinit()
[all …]
Des31fShaderImageLoadStoreTests.cpp843 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind FBO"); in readIntegerTextureViaFBOAndVerify()
846 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glMemoryBarrier"); in readIntegerTextureViaFBOAndVerify()
863 …GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind texture to framebuffer color attach… in readIntegerTextureViaFBOAndVerify()
868 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glReadPixels"); in readIntegerTextureViaFBOAndVerify()
938 UniformAccessLogger uniforms (renderCtx.getFunctions(), log, program.getProgram()); in readFloatOrNormTextureWithLookupsAndVerify()
951 …const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions(), program.getProgram()… in readFloatOrNormTextureWithLookupsAndVerify()
959 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "SSB setup failed"); in readFloatOrNormTextureWithLookupsAndVerify()
968 …const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions(), program.getProg… in readFloatOrNormTextureWithLookupsAndVerify()
970 …ableInfo valueInfo = glu::getProgramInterfaceVariableInfo(renderCtx.getFunctions(), program.getP… in readFloatOrNormTextureWithLookupsAndVerify()
1003 …const BufferMemMap bufMap(renderCtx.getFunctions(), GL_SHADER_STORAGE_BUFFER, 0, blockSize, GL_MAP… in readFloatOrNormTextureWithLookupsAndVerify()
[all …]
Des31fMultisampleTests.cpp134 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
253 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
317 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in renderTriangle()
372 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in randomizeViewport()
417 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
432 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
492 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in drawPattern()
561 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
584 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
725 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
[all …]
Des31fLayoutBindingTests.cpp388 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
530 m_context.getRenderContext().getFunctions().disableVertexAttribArray(m_shaderProgramPosLoc); in deinit()
534 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_vertexBuffer); in deinit()
535 m_context.getRenderContext().getFunctions().bindBuffer(GL_ARRAY_BUFFER, 0); in deinit()
540 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_indexBuffer); in deinit()
541 m_context.getRenderContext().getFunctions().bindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0); in deinit()
618 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initRenderState()
628 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in drawAndVerifyResult()
763 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
1049 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
[all …]
Des31fTextureMultisampleTests.cpp192 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
288 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_vboID); in deinit()
294 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vaoID); in deinit()
300 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texID); in deinit()
343 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in genMultisampleTexture()
427 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in genSamplerProgram()
476 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in drawSample()
609 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
692 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texID); in deinit()
697 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vaoID); in deinit()
[all …]
Des31fVertexAttributeBindingTests.cpp174 m_context.getRenderContext().getFunctions().genVertexArrays(1, &m_vao); in init()
175 if (m_context.getRenderContext().getFunctions().getError() != GL_NO_ERROR) in init()
186 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vao); in deinit()
311 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buf); in deinit()
320 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in renderTo()
446 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createBuffers()
601 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_primitiveBuf); in deinit()
607 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_colorOffsetBuf); in deinit()
616 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in renderTo()
710 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createBuffers()
[all …]
Des31fVertexAttributeBindingStateQueryTests.cpp89 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
164 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
266 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
343 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
421 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
499 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
580 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
604 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
629 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
657 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
Des31fSSBOArrayLengthTests.cpp92 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
169 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_targetBufferID); in deinit()
175 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_outputBufferID); in deinit()
182 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
Des31fFboNoAttachmentTests.cpp69 const glw::Functions& gl = renderCtx.getFunctions(); in checkFramebufferSize()
176 const glw::Functions& gl = renderCtx.getFunctions(); in checkFramebufferRenderable()
291 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
362 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
393 const glw::Functions& gl = m_renderCtx.getFunctions(); in getWidth()
408 const glw::Functions& gl = m_renderCtx.getFunctions(); in getHeight()
423 const glw::Functions& gl = m_renderCtx.getFunctions(); in getSamples()
466 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
Des31fShaderHelperInvocationTests.cpp164 const glw::Functions& gl = renderCtx.getFunctions(); in drawRandomPrimitives()
229 const glw::Functions& gl = m_renderCtx.getFunctions(); in FboHelper()
260 const glw::Functions& gl = m_renderCtx.getFunctions(); in bindForRendering()
269 const glw::Functions& gl = m_renderCtx.getFunctions(); in readPixels()
332 const glw::Functions& gl = renderCtx.getFunctions(); in init()
427 const glw::Functions& gl = renderCtx.getFunctions(); in iterate()
491 const glw::Functions& gl = renderCtx.getFunctions(); in init()
626 const glw::Functions& gl = renderCtx.getFunctions(); in iterate()
Des31fSynchronizationTests.cpp191 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
266 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_storageBuf); in deinit()
272 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_storageTex); in deinit()
278 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_resultBuf); in deinit()
302 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in runCompute()
361 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in verifyResults()
1312 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_operationResultStorages[ndx]); in deinit()
1319 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
1380 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in verifyResults()
1434 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in runCommand()
[all …]
Des31fShaderTextureSizeTests.cpp152 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
226 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture); in deinit()
232 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_vbo); in deinit()
380 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createTexture()
400 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deleteTexture()
413 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in runShader()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp177 const Functions& getFunctions (void) const { return m_functions; } in getFunctions() function in tcu::wgl::Library
265 const Functions& wgl = m_library->getFunctions(); in getPixelFormats()
306 const Functions& wgl = m_library->getFunctions(); in getPixelFormatInfo()
358 const Functions& wgl = core->getLibrary()->getFunctions(); in Context()
427 const Functions& wgl = m_core->getLibrary()->getFunctions(); in ~Context()
438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction()
449 const Functions& wgl = m_core->getLibrary()->getFunctions(); in swapBuffers()
/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp220 …m_iterCountLoc = m_context.getRenderContext().getFunctions().getUniformLocation(m_program->getProg… in init()
238 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setupRenderState()
265 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setShaderIterCount()
271 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in render()
283 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in readPixels()
649 m_context.getRenderContext().getFunctions().flush(); in waitForGL()
670 m_context.getRenderContext().getFunctions().flush(); in waitForGL()
692 m_context.getRenderContext().getFunctions().finish(); in waitForGL()
713 m_context.getRenderContext().getFunctions().finish(); in waitForGL()
Des3fShaderPrecisionTests.cpp240 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
276 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
279 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_renderbuffer); in deinit()
344 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
493 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
531 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
534 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_renderbuffer); in deinit()
558 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
687 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
725 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
[all …]
/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp168 m_context.getRenderContext().getFunctions().genVertexArrays(1, &m_vao); in init()
169 if (m_context.getRenderContext().getFunctions().getError() != GL_NO_ERROR) in init()
180 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vao); in deinit()
305 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buf); in deinit()
314 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in renderTo()
440 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createBuffers()
545 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
565 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buffer); in deinit()
575 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp220 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setupRenderState()
247 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in render()
259 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in readPixels()
519 m_context.getRenderContext().getFunctions().flush(); in waitForGL()
540 m_context.getRenderContext().getFunctions().flush(); in waitForGL()
562 m_context.getRenderContext().getFunctions().finish(); in waitForGL()
583 m_context.getRenderContext().getFunctions().finish(); in waitForGL()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp54 const glw::Functions& gl = m_context.getFunctions(); in GLContext()
67 const glw::Functions& gl = m_context.getFunctions(); in ~GLContext()
171 m_context.getFunctions().viewport(x+offset.x(), y+offset.y(), width, height); in viewport()
221 …m_context.getFunctions().viewport(m_curViewport.x()+offset.x(), m_curViewport.y()+offset.y(), m_cu… in bindFramebuffer()
222 …m_context.getFunctions().scissor(m_curScissor.x()+offset.x(), m_curScissor.y()+offset.y(), m_curSc… in bindFramebuffer()
308 …m_context.getFunctions().copyTexImage1D(target, level, internalFormat, offset.x()+x, offset.y()+y,… in copyTexImage1D()
325 …m_context.getFunctions().copyTexImage2D(target, level, internalFormat, offset.x()+x, offset.y()+y,… in copyTexImage2D()
340 …m_context.getFunctions().copyTexSubImage1D(target, level, xoffset, offset.x()+x, offset.y()+y, wid… in copyTexSubImage1D()
355 …m_context.getFunctions().copyTexSubImage2D(target, level, xoffset, yoffset, offset.x()+x, offset.y… in copyTexSubImage2D()
370 …m_context.getFunctions().copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, offset.x()+x,… in copyTexSubImage3D()
[all …]
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp126 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
142 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
314 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in render()
333 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
410 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in render()
464 GLU_EXPECT_NO_ERROR(m_context.getRenderContext().getFunctions().getError(), "finish"); in iterate()

12345678910