HomeSort by relevance Sort by last modified time
    Searched refs:glw (Results 176 - 200 of 284) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/deqp/modules/gles2/functional/
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 33 using namespace glw; // GLint and other GL types
60 StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
78 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
99 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
110 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log)
322 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
333 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log)
490 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
501 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
727 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...]
es2fColorClearTest.cpp 103 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es2fNegativeVertexArrayApiTests.cpp 33 using namespace glw; // GL types
  /external/deqp/modules/gles3/functional/
es3fShaderDiscardTests.cpp 113 const glw::Functions& gl = m_renderCtx.getFunctions();
es3fSyncTests.cpp 47 using namespace glw; // GL types
es3fShaderDerivateTests.cpp 104 AutoFbo (const glw::Functions& gl)
125 const glw::Functions& m_gl;
132 AutoRbo (const glw::Functions& gl)
153 const glw::Functions& m_gl;
397 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();
es3fRandomFragmentOpTests.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();
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();
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]
es31fTessellationTests.cpp 73 using namespace glw; // For GL types.
244 static inline void setViewport (const glw::Functions& gl, const RandomViewport& vp)
249 static inline deUint32 getQueryResult (const glw::Functions& gl, deUint32 queryObject)
258 static void readDataMapped (const glw::Functions& gl, deUint32 bufferTarget, int numElems, T* dst)
272 static vector<T> readDataMapped (const glw::Functions& gl, deUint32 bufferTarget, int numElems)
320 const glw::Functions& gl = m_renderCtx.getFunctions();
333 const glw::Functions& gl = m_renderCtx.getFunctions();
    [all...]
es31fComputeShaderBuiltinVarTests.cpp 208 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
227 gl.bufferData(GL_SHADER_STORAGE_BUFFER, (glw::GLsizeiptr)bufferSize, DE_NULL, GL_STREAM_READ);
es31fTextureFormatTests.cpp 174 const glw::Functions& gl = m_renderCtx.getFunctions();
313 const glw::Functions& gl = m_renderCtx.getFunctions();
  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 34 using namespace glw; // GL types
glsFboCompletenessTests.cpp 34 using namespace glw;
401 const glw::Functions& gl (const TestBase& test)
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 54 const glw::Functions& gl = m_context.getFunctions();
67 const glw::Functions& gl = m_context.getFunctions();
435 m_wrapper->glBufferData(target, (glw::GLsizeiptr)size, data, usage);
440 m_wrapper->glBufferSubData(target, (glw::GLintptr)offset, (glw::GLsizeiptr)size, data);
  /external/deqp/framework/opengl/
gluStateReset.cpp 37 const glw::Functions& gl = renderCtx.getFunctions();
397 glw::GLboolean transformFeedbackActive = 0;
487 const glw::Functions& gl = renderCtx.getFunctions();
    [all...]

Completed in 562 milliseconds

1 2 3 4 5 6 78 91011>>