HomeSort by relevance Sort by last modified time
    Searched refs:getFunctions (Results 126 - 150 of 243) sorted by null

1 2 3 4 56 7 8 910

  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 110 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
139 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buffer);
145 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_indexBuffer);
155 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
es3sSyncTests.cpp 82 , CallLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog())
es3sLongRunningShaderTests.cpp 275 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
  /external/deqp/modules/gles31/functional/
es31fFramebufferDefaultStateQueryTests.cpp 76 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
es31fOpaqueTypeIndexingTests.cpp 527 const glw::Functions& gl = renderCtx.getFunctions();
769 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
862 const glw::Functions& gl = renderCtx.getFunctions();
    [all...]
es31fUniformLocationTests.cpp 228 const glw::Functions& gl = m_renderCtx.getFunctions();
367 const glw::Functions& gl = m_renderCtx.getFunctions();
495 const glw::Functions& gl = m_renderCtx.getFunctions();
527 const glw::Functions& gl = m_renderCtx.getFunctions();
672 m_renderCtx.getFunctions().getIntegerv(GL_MAX_UNIFORM_LOCATIONS, &maxLocation);
    [all...]
es31fTextureFormatTests.cpp 174 const glw::Functions& gl = m_renderCtx.getFunctions();
323 const glw::Functions& gl = m_renderCtx.getFunctions();
es31fFboTestCase.cpp 367 const std::vector<int> supportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat);
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 263 m_renderCtx.getFunctions().getIntegerv(pname, &numSupported);
264 error = m_renderCtx.getFunctions().getError();
283 m_renderCtx.getFunctions().getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numSupported);
284 error = m_renderCtx.getFunctions().getError();
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 586 m_renderCtx.getFunctions().deleteBuffers((glw::GLsizei)m_attribBuffers.size(), &m_attribBuffers[0]);
628 const glw::Functions& gl = m_renderCtx.getFunctions();
780 const glw::Functions& gl = m_renderCtx.getFunctions();
836 m_renderCtx.getFunctions().deleteBuffers((glw::GLsizei)m_attribBuffers.size(), &m_attribBuffers[0]);
845 const glw::Functions& gl = m_renderCtx.getFunctions();
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 586 m_renderCtx.getFunctions().deleteBuffers((glw::GLsizei)m_attribBuffers.size(), &m_attribBuffers[0]);
628 const glw::Functions& gl = m_renderCtx.getFunctions();
780 const glw::Functions& gl = m_renderCtx.getFunctions();
836 m_renderCtx.getFunctions().deleteBuffers((glw::GLsizei)m_attribBuffers.size(), &m_attribBuffers[0]);
845 const glw::Functions& gl = m_renderCtx.getFunctions();
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 79 : gl (ctx.getFunctions())
650 es3plus::initFunctions(&m_functions, m_context->getFunctions());
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 173 virtual const glw::Functions& getFunctions (void) const;
673 const glw::Functions& GlxRenderContext::getFunctions (void) const
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 240 , m_callLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog())
295 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es2fRasterizationTests.cpp 133 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, range);
144 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_POINT_SIZE_RANGE, range);
155 m_context.getRenderContext().getFunctions().getIntegerv(GL_SUBPIXEL_BITS, &m_subpixelBits);
192 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
345 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, range);
447 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_POINT_SIZE_RANGE, range);
    [all...]
es2fColorClearTest.cpp 103 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
  /external/deqp/modules/gles3/functional/
es3fBufferObjectQueryTests.cpp 510 m_verifierInt = new GetBufferParameterIVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
511 m_verifierInt64 = new GetBufferParameterI64Verifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
es3fFragDepthTests.cpp 126 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
297 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es3fRandomFragmentOpTests.cpp 240 , m_callLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog())
295 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es3fTextureFormatTests.cpp 156 const glw::Functions& gl = m_renderCtx.getFunctions();
346 const glw::Functions& gl = m_renderCtx.getFunctions();
507 const glw::Functions& gl = m_renderCtx.getFunctions();
660 const glw::Functions& gl = m_renderCtx.getFunctions();
806 const glw::Functions& gl = m_renderCtx.getFunctions();
    [all...]
es3fColorClearTest.cpp 103 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es3fFboTestCase.cpp 360 const std::vector<int> supportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat);
es3fRasterizationTests.cpp 172 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
318 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo);
324 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_rbo);
330 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
336 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_blitDstFbo);
342 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_blitDstRbo);
357 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
545 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, range);
686 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_POINT_SIZE_RANGE, range);
    [all...]
  /frameworks/rs/api/
GenerateDocumentation.cpp 456 systemSpecification.getFunctions(), NON_DEPRECATED_ONLY, true);
459 systemSpecification.getFunctions(), DEPRECATED_ONLY, true);
  /libcore/ojluni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]

Completed in 693 milliseconds

1 2 3 4 56 7 8 910