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

1 2 3 4 5 6 7 8 910

  /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(); }
gluES3PlusWrapperContext.hpp 58 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
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();
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...]
gluObjectWrapper.hpp 91 explicit TypedObjectWrapper (const RenderContext& context) : ObjectWrapper(context.getFunctions(), objectTraits(Type)) {}
126 explicit TypedObjectVector (const RenderContext& context, size_t numObjects = 0) : ObjectVector(context.getFunctions(), objectTraits(Type), numObjects) {}
gluDefs.cpp 67 checkError(context.getFunctions().getError(), msg, file, line);
  /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/modules/gles3/functional/
es3fDefaultVertexArrayObjectTests.cpp 52 glu::CallLogWrapper gl(m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
es3fFlushFinishTests.cpp 220 m_iterCountLoc = m_context.getRenderContext().getFunctions().getUniformLocation(m_program->getProgram(), "u_numIters");
238 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
265 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
271 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
283 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
649 m_context.getRenderContext().getFunctions().flush();
670 m_context.getRenderContext().getFunctions().flush();
692 m_context.getRenderContext().getFunctions().finish();
713 m_context.getRenderContext().getFunctions().finish();
  /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);
es31fSSBOArrayLengthTests.cpp 92 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
169 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_targetBufferID);
175 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_outputBufferID);
182 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es31fShaderImageLoadStoreTests.cpp 842 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind FBO");
845 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glMemoryBarrier");
862 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind texture to framebuffer color attachment 0");
867 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glReadPixels");
    [all...]
es31fShaderTextureSizeTests.cpp 152 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
226 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
232 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_vbo);
380 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
400 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
413 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es31fFboNoAttachmentTests.cpp 69 const glw::Functions& gl = renderCtx.getFunctions();
176 const glw::Functions& gl = renderCtx.getFunctions();
291 const glw::Functions& gl = m_renderCtx.getFunctions();
362 const glw::Functions& gl = m_renderCtx.getFunctions();
393 const glw::Functions& gl = m_renderCtx.getFunctions();
408 const glw::Functions& gl = m_renderCtx.getFunctions();
423 const glw::Functions& gl = m_renderCtx.getFunctions();
466 const glw::Functions& gl = m_renderCtx.getFunctions();
es31fShaderHelperInvocationTests.cpp 164 const glw::Functions& gl = renderCtx.getFunctions();
229 const glw::Functions& gl = m_renderCtx.getFunctions();
260 const glw::Functions& gl = m_renderCtx.getFunctions();
269 const glw::Functions& gl = m_renderCtx.getFunctions();
332 const glw::Functions& gl = renderCtx.getFunctions();
427 const glw::Functions& gl = renderCtx.getFunctions();
491 const glw::Functions& gl = renderCtx.getFunctions();
626 const glw::Functions& gl = renderCtx.getFunctions();
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.cpp 234 const glw::Functions& gl = m_renderCtx.getFunctions();
264 const glw::Functions& gl = m_renderCtx.getFunctions();
333 const glw::Functions& gl = m_renderCtx.getFunctions();
379 const glw::Functions& gl = m_renderCtx.getFunctions();
416 const glw::Functions& gl = m_renderCtx.getFunctions();
445 const glw::Functions& gl = m_renderCtx.getFunctions();
463 const glw::Functions& gl = m_renderCtx.getFunctions();
486 const glw::Functions& gl = m_renderCtx.getFunctions();
577 const glw::Functions& gl = m_renderCtx.getFunctions();
600 const glw::Functions& gl = m_renderCtx.getFunctions();
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 177 const Functions& getFunctions (void) const { return m_functions; }
265 const Functions& wgl = m_library->getFunctions();
306 const Functions& wgl = m_library->getFunctions();
358 const Functions& wgl = core->getLibrary()->getFunctions();
427 const Functions& wgl = m_core->getLibrary()->getFunctions();
438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name);
449 const Functions& wgl = m_core->getLibrary()->getFunctions();
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 220 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
247 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
259 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
519 m_context.getRenderContext().getFunctions().flush();
540 m_context.getRenderContext().getFunctions().flush();
562 m_context.getRenderContext().getFunctions().finish();
583 m_context.getRenderContext().getFunctions().finish();
es2fDebugMarkerTests.cpp 117 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
176 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 168 m_context.getRenderContext().getFunctions().genVertexArrays(1, &m_vao);
169 if (m_context.getRenderContext().getFunctions().getError() != GL_NO_ERROR)
180 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vao);
305 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buf);
314 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
440 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
545 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
565 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buffer);
575 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());

Completed in 634 milliseconds

1 2 3 4 5 6 7 8 910