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

1 2 3 4 5 6 7 891011>>

  /external/deqp/modules/gles3/performance/
es3pStateChangeTests.cpp 37 using namespace glw; // GL types
55 virtual void renderTest (const glw::Functions& gl);
56 virtual void renderReference (const glw::Functions& gl);
58 virtual void changeState (const glw::Functions& gl, int stateId) = 0;
74 void StateChangeCase::renderTest (const glw::Functions& gl)
86 void StateChangeCase::renderReference (const glw::Functions& gl)
120 virtual void setupInitialState (const glw::Functions& gl)\
124 virtual void changeState (const glw::Functions& gl, int stateId)\
    [all...]
  /external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp 409 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
411 const glw::GLenum errorCode = gl.getError();
  /external/deqp/modules/gles31/functional/
es31fSampleShadingTests.cpp 302 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
340 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es31fSampleVariableTests.cpp 365 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
947 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
962 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
es31fDrawTests.cpp     [all...]
es31fDrawBuffersIndexedTests.cpp 185 void setCommonBlendState (const glw::Functions& gl, const BlendState& blend)
229 void setIndexedBlendState (const glw::Functions& gl, const BlendState& blend, deUint32 index)
301 void clearRenderbuffer (const glw::Functions& gl,
390 void genRenderbuffers (const glw::Functions& gl,
421 gl.drawBuffers((glw::GLsizei)bufs.size(), &(bufs[0]));
547 const glw::Functions& gl = renderContext.getFunctions();
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 236 static bool isProgramSupported (const glw::Functions& gl, const ProgramSpec& spec, deUint32 tfMode)
798 static void writeBufferGuard (const glw::Functions& gl, deUint32 target, int bufferSize, int guardSize)
817 static void logTransformFeedbackVaryings (TestLog& log, const glw::Functions& gl, deUint32 program)
832 glw::GLsizei size = 0;
833 glw::GLenum type = 0;
835 gl.getTransformFeedbackVarying(program, ndx, (glw::GLsizei)nameBuf.size(), DE_NULL, &size, &type, &nameBuf[0]);
919 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
975 gl.genBuffers((glw::GLsizei)m_outputBuffers.size(), &m_outputBuffers[0]);
988 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
992 gl.deleteBuffers((glw::GLsizei)m_outputBuffers.size(), &m_outputBuffers[0])
    [all...]
es3fShaderDiscardTests.cpp 113 const glw::Functions& gl = m_renderCtx.getFunctions();
es3fSyncTests.cpp 47 using namespace glw; // GL types
es3fShaderDerivateTests.cpp 105 AutoFbo (const glw::Functions& gl)
126 const glw::Functions& m_gl;
133 AutoRbo (const glw::Functions& gl)
154 const glw::Functions& m_gl;
647 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
es3fFragDepthTests.cpp 126 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
297 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
  /external/deqp/framework/egl/
egluGLUtil.cpp 40 glw::GLenum getImageGLTarget (EGLenum source)
  /external/deqp/modules/egl/
teglMultiContextTests.cpp 130 glw::Functions gl;
teglGLES2SharedRenderingPerfTests.cpp 56 using namespace glw;
126 glw::Functions m_gl;
202 GLuint createCoordBuffer (const glw::Functions& gl, const TestConfig& config)
240 GLuint createIndexBuffer (const glw::Functions& gl, const TestConfig& config)
273 GLuint createTexture (const glw::Functions& gl, const TestConfig& config)
300 GLuint createProgram (const glw::Functions& gl, const TestConfig& config)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 29 using namespace glw;
es2fFboStateQueryTests.cpp 33 using namespace glw; // GLint and other GL types
es2fRboStateQueryTests.cpp 33 using namespace glw; // GLint and other GL types
es2fShaderDiscardTests.cpp 133 const glw::Functions& gl = m_renderCtx.getFunctions();
es2fShaderFragDataTests.cpp 149 const glw::Functions& gl = renderCtx.getFunctions();
es2fTextureFormatTests.cpp 139 const glw::Functions& gl = m_renderCtx.getFunctions();
314 const glw::Functions& gl = m_renderCtx.getFunctions();
448 const glw::Functions& gl = m_renderCtx.getFunctions();
559 const glw::Functions& gl = m_renderCtx.getFunctions();
es2fIntegerStateQueryTests.cpp 39 using namespace glw; // GLint and other GL types
66 StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
84 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
105 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
116 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log)
328 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
339 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log)
496 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
507 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
725 const glw::GLint validSamples[] = {0, 1}
    [all...]
es2fRandomFragmentOpTests.cpp 129 static void renderQuad (const glw::Functions& gl, gls::FragmentOpUtil::QuadRenderer& renderer, const gls::FragmentOpUtil::IntegerQuad& quad, int baseX, int baseY)
295 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es2fShaderStateQueryTests.cpp 35 using namespace glw; // GLint and other GL types
    [all...]
  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 34 using namespace glw; // GL types
  /external/deqp/framework/opengl/
gluStateReset.cpp 41 void resetErrors (const glw::Functions& gl)
59 const glw::Functions& gl = renderCtx.getFunctions();
489 glw::GLboolean transformFeedbackActive = 0;
629 const glw::Functions& gl = renderCtx.getFunctions();
    [all...]

Completed in 1533 milliseconds

1 2 3 4 5 6 7 891011>>