Home
last modified time | relevance | path

Searched refs:GL_TEXTURE_WRAP_R (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampTexParameterIErrors.cpp149 /* GL_TEXTURE_WRAP_R, GL_RED */ in iterate()
150 VerifyGLTexParameterIivForAll(GL_TEXTURE_WRAP_R, GL_RED, GL_INVALID_ENUM); in iterate()
151 VerifyGLTexParameterIuivForAll(GL_TEXTURE_WRAP_R, GL_RED, GL_INVALID_ENUM); in iterate()
191 /* GL_TEXTURE_WRAP_R, GL_REPEAT */ in iterate()
192 VerifyGLTexParameterIiv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_WRAP_R, GL_REPEAT, GL_INVALID_ENUM); in iterate()
193 VerifyGLTexParameterIuiv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_WRAP_R, GL_REPEAT, GL_INVALID_ENUM); in iterate()
236 /* GL_TEXTURE_WRAP_R, GL_REPEAT */ in iterate()
237 VerifyGLTexParameterIiv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_TEXTURE_WRAP_R, GL_REPEAT, GL_INVALID_ENUM); in iterate()
238 VerifyGLTexParameterIuiv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_TEXTURE_WRAP_R, GL_REPEAT, GL_INVALID_ENUM); in iterate()
H A DesextcTextureBorderClampGetTexParameterIErrors.cpp87 m_pname_list.push_back(GL_TEXTURE_WRAP_R); in initTest()
H A DesextcTextureBorderClampBase.cpp279 static const char* str_GL_TEXTURE_WRAP_R = "GL_TEXTURE_WRAP_R"; in getPNameString()
319 case GL_TEXTURE_WRAP_R: in getPNameString()
H A DesextcTextureBorderClampSamplerParameterIError.cpp112 m_pnames_list.push_back(PnameParams(GL_TEXTURE_WRAP_R, GL_REPEAT)); in initTest()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureGatherTests.cpp395 glTexParameteri(target, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTexture2DRgb()
433 glTexParameteri(target, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTexture2DRg()
469 glTexParameteri(target, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTexture2DR()
505 glTexParameteri(target, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTexture2DInt()
539 glTexParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTexture2DArrayInt()
570 glTexParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTexture2DArray()
618 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTextureCubeInt()
662 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTextureCube()
704 glTexParameteri(target, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTextureSRGB()
735 glTexParameteri(target, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDG in CreateTexture2D()
[all...]
H A Des31cTextureStorageMultisampleGLCoverageTests.cpp386 // GL_TEXTURE_WRAP_R in iterate()
452 case GL_TEXTURE_WRAP_R: in iterate()
/third_party/mesa3d/src/mesa/main/
H A Dsamplerobj.c916 case GL_TEXTURE_WRAP_R: in _mesa_SamplerParameteri()
1002 case GL_TEXTURE_WRAP_R: in _mesa_SamplerParameterf()
1087 case GL_TEXTURE_WRAP_R: in _mesa_SamplerParameteriv()
1180 case GL_TEXTURE_WRAP_R: in _mesa_SamplerParameterfv()
1266 case GL_TEXTURE_WRAP_R: in _mesa_SamplerParameterIiv()
1353 case GL_TEXTURE_WRAP_R: in _mesa_SamplerParameterIuiv()
1439 case GL_TEXTURE_WRAP_R: in _mesa_GetSamplerParameteriv()
1535 case GL_TEXTURE_WRAP_R: in _mesa_GetSamplerParameterfv()
1613 case GL_TEXTURE_WRAP_R: in _mesa_GetSamplerParameterIiv()
1691 case GL_TEXTURE_WRAP_R in _mesa_GetSamplerParameterIuiv()
[all...]
H A Dtexparam.c361 case GL_TEXTURE_WRAP_R: in set_tex_parameteri()
937 case GL_TEXTURE_WRAP_R: in _mesa_texture_parameterf()
996 case GL_TEXTURE_WRAP_R: in _mesa_texture_parameterfv()
2292 case GL_TEXTURE_WRAP_R: in get_tex_parameterfv()
2555 case GL_TEXTURE_WRAP_R: in get_tex_parameteriv()
H A Dglthread_marshal.h164 case GL_TEXTURE_WRAP_R: in _mesa_tex_param_enum_to_count()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGetterCalls.cpp73 if (pname == GL_TEXTURE_WRAP_R) in getStringForGetTexParameterPname()
74 return "GL_TEXTURE_WRAP_R"; in getStringForGetTexParameterPname()
195 pnames_for_gettexparameter_default[GL_TEXTURE_WRAP_R] = GL_REPEAT; in initTest()
209 pnames_for_gettexparameter_modified[GL_TEXTURE_WRAP_R] = GL_CLAMP_TO_EDGE; in initTest()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureGatherTests.cpp464 glTexParameteri(target, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTexture2DRgb()
497 glTexParameteri(target, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTexture2DRg()
529 glTexParameteri(target, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTexture2DR()
565 glTexParameteri(target, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTexture2DInt()
598 glTexParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTexture2DArrayInt()
649 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTextureCubeArray()
688 glTexParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTextureCubeArrayInt()
728 glTexParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTexture2DArray()
769 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in CreateTextureCubeInt()
822 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDG in CreateTextureCube()
[all...]
H A Dgl4cDirectStateAccessSamplersTests.cpp201 is_ok &= testSamplerIntegerParameter(GL_TEXTURE_WRAP_R, GL_REPEAT); in iterate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DSamplerGL.cpp103 gl.SamplerParameteri(sampler, GL_TEXTURE_WRAP_R, WrapMode(descriptor->addressModeW)); in SetupGLSampler()
/third_party/vk-gl-cts/framework/opengl/
H A DgluStrUtil.cpp86 case GL_TEXTURE_WRAP_R: in operator <<()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DSamplerGL.cpp97 SyncSamplerStateMember(mFunctions, mSamplerID, mState, mAppliedSamplerState, GL_TEXTURE_WRAP_R, &gl::SamplerState::getWrapR, &gl::SamplerState::setWrapR); in syncState()
/third_party/mesa3d/src/glx/tests/
H A Denum_sizes.cpp211 EXPECT_EQ(1, __glTexParameterfv_size(GL_TEXTURE_WRAP_R)); in TEST()
260 case GL_TEXTURE_WRAP_R: in TEST()
/third_party/vk-gl-cts/modules/glshared/
H A DglsSamplerObjectTest.cpp93 gl.texParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR); in setTextureState()
94 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR)"); in setTextureState()
111 gl.samplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR); in setSamplerState()
112 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR)"); in setSamplerState()
605 gl.texParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR); in setTextureState()
606 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR)"); in setTextureState()
623 gl.samplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR); in setSamplerState()
624 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR)"); in setSamplerState()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTexture3DTest.cpp443 glTexParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in TEST_P()
488 glTexParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in TEST_P()
513 glTexParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in TEST_P()
1200 glTexParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in TEST_P()
1246 glTexParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in TEST_P()
1269 glTexParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in TEST_P()
H A DWebGLReadOutsideFramebufferTest.cpp81 glTexParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in toTexture3D()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeTextureApiTests.cpp1814 ctx.glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_R, textureMode); in texparameteri()
1844 ctx.glTexParameteri(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_WRAP_R, textureMode); in texparameteri()
1867 ctx.glTexParameteri(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_WRAP_R, textureMode); in texparameteri()
1935 ctx.glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_R, textureMode); in texparameterf()
1965 ctx.glTexParameterf(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_WRAP_R, textureMode); in texparameterf()
1988 ctx.glTexParameterf(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_WRAP_R, textureMode); in texparameterf()
2058 ctx.glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_R, &params[0]); in texparameteriv()
2080 ctx.glTexParameteriv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_WRAP_R, &params[0]); in texparameteriv()
2103 ctx.glTexParameteriv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_WRAP_R, &params[0]); in texparameteriv()
2175 ctx.glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_R, in texparameterfv()
[all...]
H A Des31fFboColorbufferTests.cpp259 glTexParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in render()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureCompatibilityTests.cpp311 gl.texParameteri(target, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in setTextureParameters()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp645 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, m_filteringData.wrapR); in iterate()
727 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri for GL_TEXTURE_WRAP_R"); in iterate()
730 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, GL_REPEAT); in iterate()
731 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri for GL_TEXTURE_WRAP_R"); in iterate()
860 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, GL_REPEAT); in iterate()
969 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, GL_REPEAT); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp275 case GL_TEXTURE_WRAP_R: in QueryTexParameterBase()
410 case GL_TEXTURE_WRAP_R: in SetTexParameterBase()
511 case GL_TEXTURE_WRAP_R: in QuerySamplerParameterBase()
555 case GL_TEXTURE_WRAP_R: in SetSamplerParameterBase()
3024 case GL_TEXTURE_WRAP_R: in GetTexParameterCount()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1773 case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(param)); break; in samplerParameteri()
1796 case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(roundf(param))); break; in samplerParameterf()
1819 case GL_TEXTURE_WRAP_R: return static_cast<GLint>(samplerObject->getWrapR()); in getSamplerParameteri()
1842 case GL_TEXTURE_WRAP_R: return static_cast<GLfloat>(samplerObject->getWrapR()); in getSamplerParameterf()

Completed in 39 milliseconds

1234