Searched defs:gl (Results 226 - 250 of 370) sorted by relevance

1234567891011>>

/external/deqp/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp46 void checkAttachmentComponentSizeAtLeast (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int g, int b, int a, int d, int s) argument
66 gl.glGetFramebufferAttachmentParameteriv(target, attachment, paramNames[ndx], &state);
70 gl.glGetError(); // just log the error
83 void checkAttachmentComponentSizeExactly (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int g, int b, int a, int d, int s) argument
103 gl.glGetFramebufferAttachmentParameteriv(target, attachment, paramNames[ndx], &state);
107 gl.glGetError(); // just log the error
144 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference) argument
147 gl.glGetFramebufferAttachmentParameteriv(target, attachment, pname, &state);
153 void checkColorAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum pname, GLenum reference) argument
155 checkAttachmentParam(testCtx, gl, targe
[all...]
H A Des3fFloatStateQueryTests.cpp71 StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
91 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix) argument
92 : glu::CallLogWrapper (gl, log)
112 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
121 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log) argument
122 : StateVerifier(gl, log, "_getboolean")
285 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
294 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log) argument
295 : StateVerifier(gl, log, "_getinteger")
449 // check if test range outside of gl stat
500 GetInteger64Verifier(const glw::Functions& gl, tcu::TestLog& log) argument
706 GetFloatVerifier(const glw::Functions& gl, tcu::TestLog& log) argument
[all...]
H A Des3fFragDepthTests.cpp126 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
140 gl.viewport(viewportX, viewportY, viewportW, viewportH);
141 gl.clear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT);
142 gl.enable(GL_DEPTH_TEST);
171 gl.useProgram(basicQuadProgram.getProgram());
172 gl.uniform4f(gl.getUniformLocation(basicQuadProgram.getProgram(), "u_color"), 0.0f, 0.0f, 1.0f, 1.0f);
173 gl.depthFunc(GL_ALWAYS);
187 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw base quads");
213 gl
297 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
[all...]
H A Des3fImplementationLimitTests.cpp56 T query (const glw::Functions& gl, deUint32 param);
100 GLint query<GLint> (const glw::Functions& gl, deUint32 param) argument
103 gl.getIntegerv(param, &val);
108 GLint64 query<GLint64> (const glw::Functions& gl, deUint32 param) argument
111 gl.getInteger64v(param, &val);
116 GLuint64 query<GLuint64> (const glw::Functions& gl, deUint32 param) argument
119 gl.getInteger64v(param, &val);
124 GLfloat query<GLfloat> (const glw::Functions& gl,deUint32 param) argument
127 gl.getFloatv(param, &val);
132 NegInt query<NegInt> (const glw::Functions& gl, deUint3 argument
138 query(const glw::Functions& gl, deUint32 param) argument
146 query(const glw::Functions& gl, deUint32 param) argument
154 query(const glw::Functions& gl, deUint32 param) argument
242 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
288 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
326 queryExtensionsNonIndexed(const glw::Functions& gl) argument
349 queryExtensionsIndexed(const glw::Functions& gl) argument
390 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
[all...]
H A Des3fTextureStateQueryTests.cpp52 TexParamVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
63 TexParamVerifier::TexParamVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix) argument
64 : glu::CallLogWrapper (gl, log)
81 GetTexParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log);
87 GetTexParameterIVerifier::GetTexParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log) argument
88 : TexParamVerifier(gl, log, "_gettexparameteri")
136 GetTexParameterFVerifier (const glw::Functions& gl, tcu::TestLog& log);
142 GetTexParameterFVerifier::GetTexParameterFVerifier (const glw::Functions& gl, tcu::TestLog& log) argument
143 : TexParamVerifier(gl, log, "_gettexparameterf")
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningShaderTests.cpp275 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
290 gl.useProgram(m_program->getProgram());
293 gl.uniform1i(gl.getUniformLocation(m_program->getProgram(), "u_iterCount"), iterCounts[0]);
H A Des3sSpecialFloatTests.cpp264 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
266 const GLint positionLoc = gl.getAttribLocation(patternProgram.getProgram(), "a_pos");
284 gl.genTextures(1, &textureID);
285 gl.bindTexture(GL_TEXTURE_2D, textureID);
286 gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, textureSize, textureSize, 0, GL_RGBA, GL_UNSIGNED_BYTE, buffer[0].getPtr());
287 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
288 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
291 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
292 gl.clear(GL_COLOR_BUFFER_BIT);
293 gl
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fComputeShaderBuiltinVarTests.cpp208 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
216 const deUint32 outVarIndex = gl.getProgramResourceIndex(program, GL_BUFFER_VARIABLE, "Output.result");
217 const InterfaceVariableInfo outVarInfo = getProgramInterfaceVariableInfo(gl, program, GL_BUFFER_VARIABLE, outVarIndex);
226 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, *outputBuffer);
227 gl.bufferData(GL_SHADER_STORAGE_BUFFER, (glw::GLsizeiptr)bufferSize, DE_NULL, GL_STREAM_READ);
228 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 0, *outputBuffer);
229 GLU_EXPECT_NO_ERROR(gl.getError(), "Buffer setup failed");
231 gl.useProgram(program);
232 gl.uniform2uiv(gl
[all...]
H A Des31fDebugTests.cpp576 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
580 gl.enable(GL_DEBUG_OUTPUT);
581 gl.enable(GL_DEBUG_OUTPUT_SYNCHRONOUS);
582 gl.debugMessageControl(GL_DONT_CARE, GL_DONT_CARE, GL_DONT_CARE, 0, DE_NULL, false); // disable all
583 gl.debugMessageControl(GL_DEBUG_SOURCE_API, GL_DEBUG_TYPE_ERROR, GL_DONT_CARE, 0, DE_NULL, true); // enable API errors
584 gl.debugMessageControl(GL_DEBUG_SOURCE_APPLICATION, GL_DONT_CARE, GL_DONT_CARE, 0, DE_NULL, true); // enable application messages
585 gl.debugMessageControl(GL_DEBUG_SOURCE_THIRD_PARTY, GL_DONT_CARE, GL_DONT_CARE, 0, DE_NULL, true); // enable third party messages
586 gl.debugMessageCallback(callbackHandle, this);
590 gl.debugMessageCallback(DE_NULL, DE_NULL);
591 gl
644 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
667 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
[all...]
H A Des31fFboNoAttachmentTests.cpp68 const glw::Functions& gl = renderCtx.getFunctions(); local
97 gl.useProgram(program.getProgram());
98 gl.enable(GL_DEPTH_TEST);
99 gl.depthFunc(GL_ALWAYS);
100 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, framebuffer);
101 gl.viewport(0, 0, size.x()*2, size.y()*2); // Oversized viewport so that it will not accidentally limit us to the correct size
107 TCU_CHECK(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE);
124 gl.genQueries(1, &query);
125 gl.genVertexArrays(1, &vertexArray);
126 gl
175 const glw::Functions& gl = renderCtx.getFunctions(); local
290 const glw::Functions& gl = m_renderCtx.getFunctions(); local
361 const glw::Functions& gl = m_renderCtx.getFunctions(); local
392 const glw::Functions& gl = m_renderCtx.getFunctions(); local
407 const glw::Functions& gl = m_renderCtx.getFunctions(); local
422 const glw::Functions& gl = m_renderCtx.getFunctions(); local
465 const glw::Functions& gl = m_renderCtx.getFunctions(); local
[all...]
H A Des31fIndirectComputeDispatchTests.cpp159 static int getResultBlockAlignedSize (const glw::Functions& gl) argument
163 gl.getIntegerv(GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT, &alignment);
184 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
201 gl.bindBuffer(GL_DISPATCH_INDIRECT_BUFFER, buffer);
202 gl.bufferData(GL_DISPATCH_INDIRECT_BUFFER, (glw::GLsizeiptr)data.size(), &data[0], GL_STATIC_DRAW);
241 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
248 gl.useProgram(program.getProgram());
250 gl.bindBuffer(GL_DISPATCH_INDIRECT_BUFFER, buffer);
251 gl.bufferData(GL_DISPATCH_INDIRECT_BUFFER, (glw::GLsizeiptr)m_bufferSize, DE_NULL, GL_STATIC_DRAW);
252 gl
265 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
294 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
342 const glw::Functions& gl = renderCtx.getFunctions(); local
[all...]
H A Des31fProgramInterfaceQueryTestCase.cpp544 const glw::Functions& gl = m_renderContext.getFunctions(); local
551 gl.getProgramResourceName(m_programID, interface, propValue, (int)nameBuffer.size() - 1, &written, &nameBuffer[0]);
552 GLU_EXPECT_NO_ERROR(gl.getError(), "query block name");
702 const glw::Functions& gl = m_renderContext.getFunctions();
705 gl.getProgramInterfaceiv(m_programID, GL_ATOMIC_COUNTER_BUFFER, GL_ACTIVE_RESOURCES, &numActiveResources);
706 GLU_EXPECT_NO_ERROR(gl.getError(), "getProgramInterfaceiv(..., GL_ATOMIC_COUNTER_BUFFER, GL_ACTIVE_RESOURCES, ...)");
912 const glw::Functions& gl = m_renderContext.getFunctions();
926 const glw::GLint location = gl.getProgramResourceLocation(m_programID, interface, elementResourceName.c_str());
943 const glw::GLint location = gl.getProgramResourceLocation(m_programID, interface, resource.c_str());
1584 static void queryAndValidateProps (tcu::TestContext& testCtx, const glw::Functions& gl, gl
[all...]
H A Des31fShaderAtomicOpTests.cpp192 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
195 const deUint32 blockNdx = gl.getProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, "InOut");
196 const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, blockNdx);
197 const deUint32 inVarNdx = gl.getProgramResourceIndex(program, GL_BUFFER_VARIABLE, "InOut.inputValues[0]");
198 const InterfaceVariableInfo inVarInfo = getProgramInterfaceVariableInfo(gl, program, GL_BUFFER_VARIABLE, inVarNdx);
199 const deUint32 outVarNdx = gl.getProgramResourceIndex(program, GL_BUFFER_VARIABLE, "InOut.outputValues[0]");
200 const InterfaceVariableInfo outVarInfo = getProgramInterfaceVariableInfo(gl, program, GL_BUFFER_VARIABLE, outVarNdx);
201 const deUint32 groupVarNdx = gl.getProgramResourceIndex(program, GL_BUFFER_VARIABLE, "InOut.groupValues[0]");
202 const InterfaceVariableInfo groupVarInfo = getProgramInterfaceVariableInfo(gl, program, GL_BUFFER_VARIABLE, groupVarNdx);
209 gl
[all...]
H A Des31fTessellationGeometryInteractionTests.cpp187 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
189 gl.genBuffers(1, &m_patchBuffer);
190 gl.bindBuffer(GL_ARRAY_BUFFER, m_patchBuffer);
191 gl.bufferData(GL_ARRAY_BUFFER, sizeof(patchBufferData), patchBufferData, GL_STATIC_DRAW);
192 GLU_EXPECT_NO_ERROR(gl.getError(), "gen buffer");
209 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
225 gl.viewport(0, 0, RENDER_SIZE, RENDER_SIZE);
226 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
227 GLU_EXPECT_NO_ERROR(gl.getError(), "set viewport");
229 gl
488 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
508 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
[all...]
H A Des31fTextureFormatTests.cpp174 const glw::Functions& gl = m_renderCtx.getFunctions(); local
196 gl.clear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT);
197 gl.viewport(viewport.x, viewport.y, viewport.width, viewport.height);
203 gl.activeTexture(GL_TEXTURE0);
204 gl.bindTexture(GL_TEXTURE_CUBE_MAP_ARRAY, m_texture->getGLTexture());
207 gl.texParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
208 gl.texParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
209 gl.texParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_MIN_FILTER, GL_NEAREST);
210 gl.texParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_MAG_FILTER, GL_NEAREST);
212 GLU_EXPECT_NO_ERROR(gl
313 const glw::Functions& gl = m_renderCtx.getFunctions(); local
[all...]
H A Des31fUniformLocationTests.cpp228 const glw::Functions& gl = m_renderCtx.getFunctions(); local
236 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
237 gl.clear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
238 gl.viewport(viewport.x, viewport.y, viewport.width, viewport.height);
367 const glw::Functions& gl = m_renderCtx.getFunctions();
394 const int gotLoc = gl.getUniformLocation(programID, name.c_str());
496 const glw::Functions& gl = m_renderCtx.getFunctions();
510 gl.activeTexture(GL_TEXTURE0 + binding);
513 gl.bindTexture(GL_TEXTURE_2D, tex->getGLTexture());
514 gl
[all...]
/external/deqp/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp116 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
148 gl.getIntegerv(GL_MAX_TESS_GEN_LEVEL, &tessGenLevel);
149 GLU_EXPECT_NO_ERROR(gl.getError(), "query tessellation limits");
183 gl.getIntegerv(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, &geometryOutputComponents);
184 gl.getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &geometryOutputVertices);
185 gl.getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &geometryTotalOutputComponents);
186 GLU_EXPECT_NO_ERROR(gl.getError(), "query geometry limits");
208 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations);
209 GLU_EXPECT_NO_ERROR(gl.getError(), "query geometry invocation limits");
334 const glw::Functions& gl local
[all...]
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc1787 gpu::gles2::GLES2Interface* gl = local
1792 uint32 sync_point = gl->InsertSyncPointCHROMIUM();
1794 gl->LoseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
1803 gl->Finish();
1819 gpu::gles2::GLES2Interface* gl = local
1824 uint32 sync_point = gl->InsertSyncPointCHROMIUM();
1832 gl->Finish();
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.cc27 GLHelperScaling::GLHelperScaling(GLES2Interface* gl, GLHelper* helper) argument
28 : gl_(gl), helper_(helper), vertex_attributes_buffer_(gl_) {
40 ShaderProgram(GLES2Interface* gl, GLHelper* helper) argument
41 : gl_(gl),
106 // |gl| and |copy_impl| are expected to live longer than this object.
116 ScalerImpl(GLES2Interface* gl, argument
121 : gl_(gl),
125 dst_framebuffer_(gl),
/external/chromium_org/gpu/command_buffer/client/
H A Dvertex_array_object_manager.cc480 GLES2Implementation* gl,
491 gl->SetGLError(
515 gl->BufferDataHelper(GL_ARRAY_BUFFER, total_size, NULL, GL_DYNAMIC_DRAW);
530 gl->BufferSubDataHelper(
547 GLES2Implementation* gl,
591 gl->SetGLError(
611 gl->BufferDataHelper(
614 gl->BufferSubDataHelper(
623 num_elements = gl->GetMaxValueInBufferCHROMIUMHelper(
630 function_name, gl, gl_helpe
478 SetupSimulatedClientSideBuffers( const char* function_name, GLES2Implementation* gl, GLES2CmdHelper* gl_helper, GLsizei num_elements, GLsizei primcount, bool* simulated) argument
545 SetupSimulatedIndexAndClientSideBuffers( const char* function_name, GLES2Implementation* gl, GLES2CmdHelper* gl_helper, GLsizei count, GLenum type, GLsizei primcount, const void* indices, GLuint* offset, bool* simulated) argument
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest.cc27 #include "ui/gl/gl_implementation.h"
28 #include "ui/gl/gl_mock.h"
29 #include "ui/gl/gl_surface_stub.h"
689 ::testing::StrictMock< ::gfx::MockGLInterface>* gl = test->GetGLMock(); local
696 EXPECT_CALL(*gl, GenQueriesARB(1, _))
699 EXPECT_CALL(*gl, BeginQueryARB(query_type.type, service_id))
709 EXPECT_CALL(*gl, EndQueryARB(query_type.type))
714 EXPECT_CALL(*gl, GetError())
720 EXPECT_CALL(*gl, Flush()).RetiresOnSaturation();
721 EXPECT_CALL(*gl, FenceSyn
[all...]
H A Dtest_helper.cc20 #include "ui/gl/gl_mock.h"
65 ::gfx::MockGLInterface* gl,
106 EXPECT_CALL(*gl, GenTextures(array_size, _))
111 EXPECT_CALL(*gl, BindTexture(target, texture_ids[ii]))
125 EXPECT_CALL(*gl, TexImage2D(faces[ii], 0, GL_RGBA, 1, 1, 0, GL_RGBA,
131 EXPECT_CALL(*gl, TexImage2D(target, 0, GL_RGBA, 1, 1, 0, GL_RGBA,
138 EXPECT_CALL(*gl, BindTexture(target, 0))
144 ::gfx::MockGLInterface* gl,
150 gl, GL_TEXTURE_2D, use_default_textures);
152 gl, GL_TEXTURE_CUBE_MA
64 SetupTextureInitializationExpectations( ::gfx::MockGLInterface* gl, GLenum target, bool use_default_textures) argument
143 SetupTextureManagerInitExpectations( ::gfx::MockGLInterface* gl, const char* extensions, bool use_default_textures) argument
178 SetupTextureDestructionExpectations( ::gfx::MockGLInterface* gl, GLenum target, bool use_default_textures) argument
208 SetupTextureManagerDestructionExpectations( ::gfx::MockGLInterface* gl, const char* extensions, bool use_default_textures) argument
244 SetupContextGroupInitExpectations( ::gfx::MockGLInterface* gl, const DisallowedFeatures& disallowed_features, const char* extensions, const char* gl_version, bool bind_generates_resource) argument
302 SetupFeatureInfoInitExpectations( ::gfx::MockGLInterface* gl, const char* extensions) argument
307 SetupFeatureInfoInitExpectationsWithGLVersion( ::gfx::MockGLInterface* gl, const char* extensions, const char* gl_renderer, const char* gl_version) argument
397 SetupExpectationsForClearingUniforms( ::gfx::MockGLInterface* gl, UniformInfo* uniforms, size_t num_uniforms) argument
476 SetupProgramSuccessExpectations( ::gfx::MockGLInterface* gl, AttribInfo* attribs, size_t num_attribs, UniformInfo* uniforms, size_t num_uniforms, GLuint service_id) argument
582 SetupShader( ::gfx::MockGLInterface* gl, AttribInfo* attribs, size_t num_attribs, UniformInfo* uniforms, size_t num_uniforms, GLuint service_id) argument
598 DoBufferData( ::gfx::MockGLInterface* gl, MockErrorState* error_state, BufferManager* manager, Buffer* buffer, GLsizeiptr size, GLenum usage, const GLvoid* data, GLenum error) argument
622 SetTexParameteriWithExpectations( ::gfx::MockGLInterface* gl, MockErrorState* error_state, TextureManager* manager, TextureRef* texture_ref, GLenum pname, GLint value, GLenum error) argument
646 SetShaderStates( ::gfx::MockGLInterface* gl, Shader* shader, bool expected_valid, const std::string* const expected_log_info, const std::string* const expected_translated_source, const ShaderTranslatorInterface::VariableMap* const expected_attrib_map, const ShaderTranslatorInterface::VariableMap* const expected_uniform_map, const ShaderTranslatorInterface::VariableMap* const expected_varying_map, const ShaderTranslatorInterface::NameMap* const expected_name_map) argument
712 SetShaderStates( ::gfx::MockGLInterface* gl, Shader* shader, bool valid) argument
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DCaps.h17 namespace gl namespace
H A DProgram.cpp7 // Program.cpp: Implements the gl::Program class. Implements GL program objects
15 namespace gl namespace
H A DTexture.cpp7 // Texture.cpp: Implements the gl::Texture class and its derived classes
25 namespace gl namespace
28 bool IsMipmapFiltered(const gl::SamplerState &samplerState)
45 bool IsPointSampled(const gl::SamplerState &samplerState)
308 if ((samplerState.wrapS != GL_CLAMP_TO_EDGE && !gl::isPow2(width)) ||
309 (samplerState.wrapT != GL_CLAMP_TO_EDGE && !gl::isPow2(height)))
319 if (!gl::isPow2(width) || !gl::isPow2(height))
336 const gl::InternalFormat &formatInfo = gl
[all...]

Completed in 2352 milliseconds

1234567891011>>