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

1 2 3 4 5 6 7 8 9

  /external/deqp/framework/opengl/
gluDummyRenderContext.hpp 53 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
gluFboRenderContext.hpp 52 virtual const glw::Functions& getFunctions (void) const { return m_context->getFunctions(); }
gluShaderProgram.cpp 44 const glw::Functions& gl = m_renderCtx.getFunctions();
54 const glw::Functions& gl = m_renderCtx.getFunctions();
60 const glw::Functions& gl = m_renderCtx.getFunctions();
75 const glw::Functions& gl = m_renderCtx.getFunctions();
114 const glw::Functions& gl = renderCtx.getFunctions();
124 const glw::Functions& gl = renderCtx.getFunctions();
145 const glw::Functions& gl = m_renderCtx.getFunctions();
161 const glw::Functions& gl = m_renderCtx.getFunctions();
167 const glw::Functions& gl = m_renderCtx.getFunctions();
175 const glw::Functions& gl = m_renderCtx.getFunctions();
    [all...]
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...]
gluES3PlusWrapperContext.hpp 58 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
gluContextInfo.cpp 166 const glw::Functions& gl = context.getFunctions();
197 const glw::Functions& gl = context.getFunctions();
228 m_context.getFunctions().getIntegerv(param, &val);
229 GLU_EXPECT_NO_ERROR(m_context.getFunctions().getError(), "glGetIntegerv() failed");
236 m_context.getFunctions().getBooleanv(param, &val);
237 GLU_EXPECT_NO_ERROR(m_context.getFunctions().getError(), "glGetBooleanv() failed");
243 const char* str = (const char*)m_context.getFunctions().getString(param);
244 GLU_EXPECT_NO_ERROR(m_context.getFunctions().getError(), "glGetString() failed");
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();
gluObjectWrapper.hpp 88 explicit TypedObjectWrapper (const RenderContext& context) : ObjectWrapper(context.getFunctions(), objectTraits(Type)) {}
123 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());
tes2TestCaseWrapper.cpp 79 const glw::Functions& gl = m_renderCtx.getFunctions();
  /external/deqp/modules/gles3/
tes3Context.cpp 48 glw::setCurrentThreadFunctions(&m_renderCtx->getFunctions());
tes3TestCaseWrapper.cpp 81 const glw::Functions& gl = m_renderCtx.getFunctions();
  /external/deqp/modules/gles31/functional/
es31fNegativeTestShared.cpp 53 : glu::CallLogWrapper (renderCtx.getFunctions(), log)
77 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 832 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind FBO");
835 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glMemoryBarrier");
852 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind texture to framebuffer color attachment 0");
857 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glReadPixels");
926 UniformAccessLogger uniforms (renderCtx.getFunctions(), log, program.getProgram());
939 const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions(), program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUF (…)
    [all...]
es31fShaderTextureSizeTests.cpp 152 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
223 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
229 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_vbo);
377 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
397 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
410 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es31fMultisampleTests.cpp 130 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
246 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
308 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
368 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
413 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
428 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
488 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
557 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
580 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
721 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
es31fFboNoAttachmentTests.cpp 68 const glw::Functions& gl = renderCtx.getFunctions();
175 const glw::Functions& gl = renderCtx.getFunctions();
290 const glw::Functions& gl = m_renderCtx.getFunctions();
361 const glw::Functions& gl = m_renderCtx.getFunctions();
392 const glw::Functions& gl = m_renderCtx.getFunctions();
407 const glw::Functions& gl = m_renderCtx.getFunctions();
422 const glw::Functions& gl = m_renderCtx.getFunctions();
465 const glw::Functions& gl = m_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 219 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
246 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
258 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();
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 210 m_iterCountLoc = m_context.getRenderContext().getFunctions().getUniformLocation(m_program->getProgram(), "u_numIters");
228 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
255 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
261 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
273 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
593 m_context.getRenderContext().getFunctions().flush();
614 m_context.getRenderContext().getFunctions().flush();
636 m_context.getRenderContext().getFunctions().finish();
657 m_context.getRenderContext().getFunctions().finish();
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 170 m_context.getRenderContext().getFunctions().genVertexArrays(1, &m_vao);
171 if (m_context.getRenderContext().getFunctions().getError() != GL_NO_ERROR)
182 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vao);
307 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buf);
316 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
442 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
547 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
567 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buffer);
577 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());

Completed in 251 milliseconds

1 2 3 4 5 6 7 8 9