HomeSort by relevance Sort by last modified time
    Searched refs:glw (Results 251 - 275 of 322) sorted by null

<<111213

  /external/deqp/modules/gles2/functional/
es2fNegativeBufferApiTests.cpp 31 using namespace glw; // GL types
es2fTextureMipmapTests.cpp 250 const glw::Functions& gl = m_renderCtx.getFunctions();
589 const glw::Functions& gl = m_renderCtx.getFunctions();
811 const glw::Functions& gl = m_renderCtx.getFunctions();
947 const glw::Functions& gl = m_renderCtx.getFunctions();
    [all...]
es2fTextureWrapTests.cpp 161 const glw::Functions& gl = m_renderCtx.getFunctions();
es2fShaderApiTests.cpp 44 using namespace glw; // GL types
133 const glw::Functions& gl = renderCtx.getFunctions();
es2fShaderTextureFunctionTests.cpp 266 const glw::Functions& gl = m_renderCtx.getFunctions();
536 const glw::Functions& gl = m_renderCtx.getFunctions();
es2fDefaultVertexAttributeTests.cpp 266 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es2fDepthStencilClearTests.cpp 278 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es2fStencilTests.cpp 49 using namespace glw;
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 39 using namespace glw; // GLint and other GL types
304 void checkPointSize (const glw::Functions& gl, float pointSize)
312 void checkLineWidth (const glw::Functions& gl, float lineWidth)
507 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
558 ctx.drawArrays (GL_POINTS, 0, (glw::GLsizei)m_points.size());
643 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
697 ctx.drawArrays (GL_LINES, 0, verticesPerLine * (glw::GLsizei)m_lines.size());
    [all...]
es3fFboCompletenessTests.cpp 29 using namespace glw;
es3fTextureSwizzleTests.cpp 146 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es3fShaderStateQueryTests.cpp 34 using namespace glw; // GLint and other GL types
    [all...]
es3fFragmentOutputTests.cpp 242 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
302 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
548 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
es3fTextureShadowTests.cpp 325 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
597 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
884 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
es3fASTCDecompressionCases.cpp 329 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es3fDefaultVertexAttributeTests.cpp 342 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es3fDepthStencilClearTests.cpp 281 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es3fStencilTests.cpp 49 using namespace glw;
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 56 using namespace glw;
glsFboCompletenessTests.cpp 34 using namespace glw;
424 const glw::Functions& gl (const TestBase& test)
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 249 const glw::Functions& gl = m_renderCtx.getFunctions();
535 const glw::Functions& gl = m_renderCtx.getFunctions();
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 241 const glw::Functions& gl = m_renderCtx.getFunctions();
523 const glw::Functions& gl = m_renderCtx.getFunctions();
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp     [all...]
  /external/deqp/modules/egl/
teglSyncTests.cpp 53 using namespace glw;
95 glw::Functions m_gl;
155 void requiredGLESExtensions (const glw::Functions& gl)
    [all...]
teglColorClearCase.cpp 87 glw::Functions gl;

Completed in 423 milliseconds

<<111213