HomeSort by relevance Sort by last modified time
    Searched refs:getFunctions (Results 1 - 25 of 453) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/opengl/
gluDummyRenderContext.hpp 53 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
gluContextInfo.cpp 166 const glw::Functions& gl = context.getFunctions();
188 const glw::Functions& gl = context.getFunctions();
218 m_context.getFunctions().getIntegerv(param, &val);
219 GLU_EXPECT_NO_ERROR(m_context.getFunctions().getError(), "glGetIntegerv() failed");
226 m_context.getFunctions().getBooleanv(param, &val);
227 GLU_EXPECT_NO_ERROR(m_context.getFunctions().getError(), "glGetBooleanv() failed");
233 const char* str = (const char*)m_context.getFunctions().getString(param);
234 GLU_EXPECT_NO_ERROR(m_context.getFunctions().getError(), "glGetString() failed");
gluFboRenderContext.hpp 52 virtual const glw::Functions& getFunctions (void) const { return m_context->getFunctions(); }
gluTexture.cpp 58 const glw::Functions& gl = context.getFunctions();
69 const glw::Functions& gl = context.getFunctions();
77 m_context.getFunctions().deleteTextures(1, &m_glTexture);
82 const glw::Functions& gl = m_context.getFunctions();
112 const glw::Functions& gl = context.getFunctions();
124 const glw::Functions& gl = context.getFunctions();
136 const glw::Functions& gl = context.getFunctions();
158 m_context.getFunctions().deleteTextures(1, &m_glTexture);
163 const glw::Functions& gl = m_context.getFunctions();
189 const glw::Functions& gl = m_context.getFunctions();
    [all...]
gluPixelTransfer.cpp 51 const glw::Functions& gl = context.getFunctions();
70 const glw::Functions& gl = context.getFunctions();
89 const glw::Functions& gl = context.getFunctions();
109 const glw::Functions& gl = context.getFunctions();
128 const glw::Functions& gl = context.getFunctions();
  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp 110 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
155 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
190 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
316 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
341 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
376 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
415 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
436 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
463 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
511 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
es31cTextureStorageMultisampleSampleMaskiTests.cpp 62 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
102 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
142 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
202 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp 73 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
95 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
122 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
217 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
234 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
248 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
429 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
451 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
478 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
553 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.hpp 60 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
  /external/deqp/modules/gles2/
tes2Context.cpp 51 glw::setCurrentThreadFunctions(&m_renderCtx->getFunctions());
  /external/deqp/modules/gles3/
tes3Context.cpp 48 glw::setCurrentThreadFunctions(&m_renderCtx->getFunctions());
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessProgramPipelinesTests.cpp 74 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
266 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
288 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
330 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
378 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
407 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
564 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
608 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
625 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
703 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
gl4cShaderDrawParametersTests.cpp 112 const Functions& gl = m_context.getRenderContext().getFunctions();
164 const Functions& gl = m_context.getRenderContext().getFunctions();
204 const Functions& gl = m_context.getRenderContext().getFunctions();
236 const Functions& gl = m_context.getRenderContext().getFunctions();
302 const Functions& gl = m_context.getRenderContext().getFunctions();
379 const Functions& gl = m_context.getRenderContext().getFunctions();
405 const Functions& gl = m_context.getRenderContext().getFunctions();
417 const Functions& gl = m_context.getRenderContext().getFunctions();
442 const Functions& gl = m_context.getRenderContext().getFunctions();
450 const Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
gl3cTransformFeedbackOverflowQueryTests.cpp 167 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
206 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
317 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
326 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
337 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
447 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
498 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
506 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
516 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
613 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayImageTextureSize.cpp 82 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
106 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
151 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
229 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
319 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
340 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
367 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
405 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
427 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
452 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
esextcTextureCubeMapArrayColorDepthAttachments.cpp 225 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
264 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
311 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
384 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
452 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
478 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
511 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
636 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
692 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
732 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
esextcTextureCubeMapArrayFBOIncompleteness.cpp 69 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
93 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
143 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
164 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
esextcTextureCubeMapArrayTex3DValidation.cpp 81 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
206 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
226 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
242 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5AtomicCountersArrayIndexing.cpp 81 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
128 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
176 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLinking.cpp 87 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
117 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
188 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
271 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
289 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
379 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
459 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
555 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
571 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
739 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedDefaultState.cpp 50 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferErrors.cpp 60 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
93 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
141 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
170 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexArrayObjectTests.cpp 52 glu::CallLogWrapper gl(m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
  /external/deqp/modules/gles31/functional/
es31fDefaultVertexArrayObjectTests.cpp 54 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
es31fNegativeTestShared.cpp 56 : glu::CallLogWrapper (renderCtx.getFunctions(), log)
80 m_renderCtx.getFunctions().getIntegerv(pname, &retval);

Completed in 561 milliseconds

1 2 3 4 5 6 7 8 91011>>