Searched defs:m_gl (Results 1 - 25 of 37) sorted by relevance

12

/external/deqp/framework/opengl/
H A DgluCallLogWrapper.hpp52 const glw::Functions& m_gl; member in class:glu::CallLogWrapper
H A DgluObjectWrapper.hpp75 const glw::Functions& m_gl; member in class:glu::ObjectWrapper
118 const glw::Functions& m_gl; member in class:glu::ObjectVector
H A DgluShaderProgram.hpp105 const glw::Functions& m_gl; member in class:glu::Shader
146 const glw::Functions& m_gl; member in class:glu::Program
171 const glw::Functions& m_gl; member in class:glu::ProgramPipeline
/external/deqp/modules/egl/
H A DteglMutableRenderBufferTests.cpp70 glw::Functions m_gl; member in class:deqp::egl::__anon4893::MutableRenderBufferTest
169 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
205 m_gl.clearColor((float)color/255.f, (float)color/255.f, (float)color/255.f, (float)color/255.f);
206 m_gl.clear(GL_COLOR_BUFFER_BIT);
209 m_gl.flush();
242 m_gl.readPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &backBufferPixel);
H A DteglMemoryStressTests.cpp88 glw::Functions m_gl; member in class:deqp::egl::__anon4890::MemoryAllocator
120 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
226 m_gl.clearColor(red, green, blue, alpha);
227 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glClearColor()");
229 m_gl.clear(GL_COLOR_BUFFER_BIT);
230 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glClear()");
290 m_gl.clearColor(red, green, blue, alpha);
291 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glClearColor()");
293 m_gl.clear(GL_COLOR_BUFFER_BIT);
294 GLU_EXPECT_NO_ERROR(m_gl
[all...]
H A DteglGLES2SharingTests.cpp108 glw::Functions m_gl; member in class:deqp::egl::GLES2SharingTest
125 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
324 GLU_CHECK_GLW_CALL(m_gl, genBuffers(1, &m_glBuffer));
325 GLU_CHECK_GLW_CALL(m_gl, bindBuffer(GL_ARRAY_BUFFER, m_glBuffer));
326 GLU_CHECK_GLW_CALL(m_gl, bufferData(GL_ARRAY_BUFFER, (GLsizei)(m_buffer.size() * sizeof(GLubyte)), &(m_buffer[0]), GL_DYNAMIC_DRAW));
327 GLU_CHECK_GLW_CALL(m_gl, bindBuffer(GL_ARRAY_BUFFER, 0));
332 GLU_CHECK_GLW_CALL(m_gl, deleteBuffers(1, &m_glBuffer));
357 glu::ShaderProgram program(m_gl, glu::makeVtxFragSources(vertexShader, fragmentShader));
398 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, width, height));
400 GLU_CHECK_GLW_CALL(m_gl, clearColo
[all...]
H A DteglImageTests.cpp153 , glu::CallLogWrapper (m_gl, m_testCtx.getLog())
165 m_eglTestCtx.initGLFunctions(&m_gl, m_api, DE_LENGTH_OF_ARRAY(extensions), &extensions[0]);
176 return m_api.getMajorVersion() >= 3 || glu::hasExtension(m_gl, m_api, "GL_EXT_texture_rg");
180 glw::Functions m_gl; member in class:deqp::egl::Image::ImageTestCase
264 m_eglTestCtx.initGLFunctions(&m_gl, ctxType.getAPI());
270 const glw::Functions& gl (void) const { return m_gl; }
279 glw::Functions m_gl; member in class:deqp::egl::Image::Context
451 TCU_CHECK(m_gl.eglImageTargetTexture2DOES);
452 TCU_CHECK(m_gl.eglImageTargetRenderbufferStorageOES);
H A DteglPreservingSwapTests.cpp96 glw::Functions m_gl; member in class:deqp::egl::__anon4899::PreservingSwapTest
114 const glw::Functions& m_gl; member in class:deqp::egl::__anon4899::GLES2Program
146 : m_gl (gl)
151 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color");
152 m_coordLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_pos");
153 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations");
186 m_gl.useProgram(m_glProgram.getProgram());
187 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glUseProgram() failed");
189 m_gl.enableVertexAttribArray(m_coordLoc);
190 m_gl
[all...]
H A DteglResizeTests.cpp128 glw::Functions m_gl; member in class:deqp::egl::ResizeTest
187 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2, 0));
357 initSurface(m_gl, oldEglSize);
392 GLU_EXPECT_NO_ERROR(m_gl.getError(), "GL state erroneous upon initialization!");
396 initSurface(m_gl, oldEglSize);
398 m_gl.finish();
399 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glFinish() failed");
402 const Surface oldSurface = readSurface(m_gl, oldEglSize);
411 const Surface newSurface = readSurface(m_gl, newEglSize);
497 initSurface(m_gl, oldEglSiz
[all...]
H A DteglSyncTests.cpp95 glw::Functions m_gl; member in class:deqp::egl::__anon4913::SyncTest
207 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
227 requiredGLESExtensions(m_gl);
512 GLU_CHECK_GLW_CALL(m_gl, flush());
555 GLU_CHECK_GLW_CALL(m_gl, flush());
762 GLU_CHECK_GLW_CALL(m_gl, finish());
1081 GLU_CHECK_GLW_CALL(m_gl, finish());
H A DteglBufferAgeTests.cpp120 glw::Functions m_gl; member in class:deqp::egl::__anon4869::BufferAgeTest
214 const glw::Functions& m_gl; member in class:deqp::egl::__anon4869::GLES2Renderer
244 : m_gl (gl)
249 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color");
250 m_coordLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_pos");
251 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations");
292 m_gl.useProgram(m_glProgram.getProgram());
293 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glUseProgram() failed");
295 m_gl.enableVertexAttribArray(m_coordLoc);
296 m_gl
[all...]
H A DteglGLES2SharedRenderingPerfTests.cpp126 glw::Functions m_gl; member in class:deqp::egl::__anon4881::TestContext
512 m_testCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0), DE_LENGTH_OF_ARRAY(reqExts), reqExts);
519 vector<string> glExts = de::splitString((const char*)m_gl.getString(GL_EXTENSIONS), ' ');
524 TCU_CHECK(m_gl.eglImageTargetTexture2DOES);
528 m_coordBuffer = createCoordBuffer(m_gl, m_config);
535 m_indexBuffer = createIndexBuffer(m_gl, m_config);
544 m_texture = createTexture(m_gl, m_config);
550 m_texture = createTexture(m_gl, m_config);
579 m_program = createProgram(m_gl, m_config);
583 m_coordLoc = m_gl
[all...]
H A DteglPartialUpdateTests.cpp109 glw::Functions m_gl; member in class:deqp::egl::__anon4898::PartialUpdateTest
202 const glw::Functions& m_gl; member in class:deqp::egl::__anon4898::GLES2Renderer
232 : m_gl (gl)
237 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color");
238 m_coordLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_pos");
239 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations");
281 m_gl.useProgram(m_glProgram.getProgram());
282 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glUseProgram() failed");
284 m_gl.enableVertexAttribArray(m_coordLoc);
285 m_gl
[all...]
H A DteglSwapBuffersWithDamageTests.cpp144 const glw::Functions& m_gl; member in class:deqp::egl::__anon4912::GLES2Renderer
174 : m_gl (gl)
179 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color");
180 m_coordLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_pos");
181 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations");
223 m_gl.useProgram(m_glProgram.getProgram());
224 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glUseProgram() failed");
226 m_gl.enableVertexAttribArray(m_coordLoc);
227 m_gl.enableVertexAttribArray(m_colorLoc);
228 GLU_EXPECT_NO_ERROR(m_gl
289 glw::Functions m_gl; member in class:deqp::egl::__anon4912::SwapBuffersWithDamageTest
[all...]
H A DteglWideColorTests.cpp119 glw::Functions m_gl; member in class:deqp::egl::__anon4915::WideColorTest
160 const glw::Functions& m_gl; member in class:deqp::egl::__anon4915::GLES2Renderer
192 : m_gl (gl)
199 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color");
200 m_coordLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_pos");
201 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations");
237 m_gl.useProgram(m_glProgram.getProgram());
238 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glUseProgram() failed");
240 m_gl.enableVertexAttribArray(m_coordLoc);
241 m_gl
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cKHRDebugTests.hpp66 const glw::Functions* m_gl; member in class:gl4cts::KHRDebug::TestBase
H A Dgl3cClipDistance.hpp101 const glw::Functions& m_gl; member in class:gl3cts::ClipDistance::Utility::Program
129 const glw::Functions& m_gl; member in class:gl3cts::ClipDistance::Utility::Framebuffer
152 const glw::Functions& m_gl; member in class:gl3cts::ClipDistance::Utility::VertexArrayObject
176 const glw::Functions& m_gl; member in class:gl3cts::ClipDistance::Utility::VertexBufferObject
332 : m_gl(gl), m_vertex_buffer_object_id(0), m_target(target), m_size(0)
334 m_gl.genBuffers(1, &m_vertex_buffer_object_id);
335 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glGenBuffers call failed.");
343 m_gl.bufferData(m_target, m_size, &data[0], GL_STATIC_DRAW);
344 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glBufferData call failed.");
352 m_gl
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp54 : m_gl (gl)
65 m_gl.unmapBuffer(m_target);
75 const glw::Functions& m_gl; member in class:deqp::gles31::Functional::BufferMemMap
H A Des31fDrawElementsBaseVertexTests.cpp184 const glw::Functions& m_gl; member in class:deqp::gles31::Functional::__anon5339::VertexIDCase
205 , m_gl (m_context.getRenderContext().getFunctions())
262 GLU_CHECK_GLW_CALL(m_gl, useProgram(m_program->getProgram()));
264 GLU_CHECK_GLW_CALL(m_gl, genBuffers(1, &m_coordinatesBuffer));
265 GLU_CHECK_GLW_CALL(m_gl, genBuffers(1, &m_elementsBuffer));
275 GLU_CHECK_GLW_CALL(m_gl, deleteBuffers(1, &m_elementsBuffer));
281 GLU_CHECK_GLW_CALL(m_gl, deleteBuffers(1, &m_coordinatesBuffer));
291 GLU_CHECK_GLW_CALL(m_gl, drawElementsBaseVertex(mode, count, type, indices, baseVertex));
297 GLU_CHECK_GLW_CALL(m_gl, getIntegerv(GL_MAX_ELEMENTS_VERTICES, &maxElementsVertices));
298 GLU_CHECK_GLW_CALL(m_gl, drawRangeElementsBaseVerte
[all...]
H A Des31fShaderFramebufferFetchTests.cpp280 const glw::Functions& m_gl; member in class:deqp::gles31::Functional::__anon5419::FramebufferFetchTestCase
300 , m_gl (m_context.getRenderContext().getFunctions())
333 m_gl.useProgram(m_program->getProgram());
343 m_gl.bindFramebuffer(GL_FRAMEBUFFER, 0);
344 m_gl.deleteFramebuffers(1, &m_framebuffer);
350 m_gl.deleteTextures(1, &m_texColorBuffer);
390 m_gl.genFramebuffers(1, &m_framebuffer);
391 m_gl.bindFramebuffer(GL_FRAMEBUFFER, m_framebuffer);
394 GLU_EXPECT_NO_ERROR(m_gl.getError(), "genAttachementTexture()");
396 m_gl
[all...]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.hpp332 const glw::Functions& m_gl; member in struct:glcts::TessellationShaderUtils::_tessellation_vertex_counter_program
334 _tessellation_vertex_counter_program(const glw::Functions& gl) : m_gl(gl)
356 m_gl.deleteProgram(po_id);
362 m_gl.deleteShader(tc_id);
368 m_gl.deleteShader(te_id);
391 const glw::Functions& m_gl; member in class:glcts::TessellationShaderUtils
/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.cpp623 const glw::Functions& m_gl; member in class:deqp::gls::BeforeDrawValidator
632 : m_gl (gl)
649 m_gl.validateProgram(m_target);
651 m_gl.validateProgramPipeline(m_target);
655 GLU_EXPECT_NO_ERROR(m_gl.getError(), "validate");
661 m_gl.getProgramiv(m_target, GL_VALIDATE_STATUS, &m_validateStatus);
663 m_gl.getProgramPipelineiv(m_target, GL_VALIDATE_STATUS, &m_validateStatus);
667 GLU_EXPECT_NO_ERROR(m_gl.getError(), "get validate status");
675 m_gl.getProgramiv(m_target, GL_INFO_LOG_LENGTH, &infoLogLength);
677 m_gl
[all...]
H A DglsFboUtil.hpp356 const glw::Functions& m_gl; member in class:deqp::gls::FboUtil::FboBuilder
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp474 glu::CallLogWrapper& m_gl; member in class:deqp::gles3::Functional::__anon5093::ScopedTransformFeedbackFeedback
478 : m_gl(gl)
480 m_gl.glBeginTransformFeedback(type);
481 GLU_EXPECT_NO_ERROR(m_gl.glGetError(), "glBeginTransformFeedback");
486 m_gl.glEndTransformFeedback();
/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp223 DepthFuncWrapper(deqp::Context& context) : m_gl(context.getRenderContext().getFunctions()){};
228 m_gl.depthRangeArrayfvOES(first, count, v);
233 m_gl.depthRangeArrayv(first, count, v);
238 m_gl.depthRangeIndexedfOES(index, n, f);
243 m_gl.depthRangeIndexed(index, n, f);
248 m_gl.depthRangef(near, far);
253 m_gl.depthRange(near, far);
258 m_gl.getFloati_v(target, index, data);
263 m_gl.getDoublei_v(target, index, data);
268 return m_gl;
272 const glw::Functions& m_gl; member in class:glcts::ViewportArray::Utils::DepthFuncWrapper
[all...]

Completed in 465 milliseconds

12