/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampTexParameterIErrors.cpp | 149 /* 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 D | esextcTextureBorderClampGetTexParameterIErrors.cpp | 87 m_pname_list.push_back(GL_TEXTURE_WRAP_R); in initTest()
|
H A D | esextcTextureBorderClampBase.cpp | 279 static const char* str_GL_TEXTURE_WRAP_R = "GL_TEXTURE_WRAP_R"; in getPNameString() 319 case GL_TEXTURE_WRAP_R: in getPNameString()
|
H A D | esextcTextureBorderClampSamplerParameterIError.cpp | 112 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 D | es31cTextureGatherTests.cpp | 395 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 D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 386 // GL_TEXTURE_WRAP_R in iterate() 452 case GL_TEXTURE_WRAP_R: in iterate()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | samplerobj.c | 916 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 D | texparam.c | 361 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 D | glthread_marshal.h | 164 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 D | esextcTextureCubeMapArrayGetterCalls.cpp | 73 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 D | gl4cTextureGatherTests.cpp | 464 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 D | gl4cDirectStateAccessSamplersTests.cpp | 201 is_ok &= testSamplerIntegerParameter(GL_TEXTURE_WRAP_R, GL_REPEAT); in iterate()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | SamplerGL.cpp | 103 gl.SamplerParameteri(sampler, GL_TEXTURE_WRAP_R, WrapMode(descriptor->addressModeW)); in SetupGLSampler()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStrUtil.cpp | 86 case GL_TEXTURE_WRAP_R: in operator <<()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | SamplerGL.cpp | 97 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 D | enum_sizes.cpp | 211 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 D | glsSamplerObjectTest.cpp | 93 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 D | CopyTexture3DTest.cpp | 443 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 D | WebGLReadOutsideFramebufferTest.cpp | 81 glTexParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in toTexture3D()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeTextureApiTests.cpp | 1814 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, ¶ms[0]); in texparameteriv() 2080 ctx.glTexParameteriv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_WRAP_R, ¶ms[0]); in texparameteriv() 2103 ctx.glTexParameteriv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_WRAP_R, ¶ms[0]); in texparameteriv() 2175 ctx.glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_R, in texparameterfv() [all...] |
H A D | es31fFboColorbufferTests.cpp | 259 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 D | glcTextureCompatibilityTests.cpp | 311 gl.texParameteri(target, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in setTextureParameters()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
H A D | es2cTexture3DTests.cpp | 645 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 D | queryutils.cpp | 275 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 D | Context.cpp | 1773 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()
|