/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/ |
D | esextcTextureBorderClampTexParameterIErrors.cpp | 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() 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() 237 …VerifyGLTexParameterIiv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_TEXTURE_WRAP_R, GL_REPEAT, GL_INVA… in iterate() 238 …VerifyGLTexParameterIuiv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_TEXTURE_WRAP_R, GL_REPEAT, GL_INV… in iterate()
|
D | esextcTextureBorderClampGetTexParameterIErrors.cpp | 87 m_pname_list.push_back(GL_TEXTURE_WRAP_R); in initTest()
|
D | esextcTextureBorderClampBase.cpp | 319 case GL_TEXTURE_WRAP_R: in getPNameString()
|
D | esextcTextureBorderClampSamplerParameterIError.cpp | 112 m_pnames_list.push_back(PnameParams(GL_TEXTURE_WRAP_R, GL_REPEAT)); in initTest()
|
/external/mesa3d/src/mesa/main/ |
D | samplerobj.c | 913 case GL_TEXTURE_WRAP_R: in _mesa_SamplerParameteri() 996 case GL_TEXTURE_WRAP_R: in _mesa_SamplerParameterf() 1078 case GL_TEXTURE_WRAP_R: in _mesa_SamplerParameteriv() 1168 case GL_TEXTURE_WRAP_R: in _mesa_SamplerParameterfv() 1251 case GL_TEXTURE_WRAP_R: in _mesa_SamplerParameterIiv() 1335 case GL_TEXTURE_WRAP_R: in _mesa_SamplerParameterIuiv() 1418 case GL_TEXTURE_WRAP_R: in _mesa_GetSamplerParameteriv() 1510 case GL_TEXTURE_WRAP_R: in _mesa_GetSamplerParameterfv() 1582 case GL_TEXTURE_WRAP_R: in _mesa_GetSamplerParameterIiv() 1654 case GL_TEXTURE_WRAP_R: in _mesa_GetSamplerParameterIuiv()
|
D | glthread_marshal.h | 152 case GL_TEXTURE_WRAP_R: in _mesa_tex_param_enum_to_count()
|
D | texparam.c | 338 case GL_TEXTURE_WRAP_R: in set_tex_parameteri() 814 case GL_TEXTURE_WRAP_R: in _mesa_texture_parameterf() 870 case GL_TEXTURE_WRAP_R: in _mesa_texture_parameterfv() 2160 case GL_TEXTURE_WRAP_R: in get_tex_parameterfv() 2398 case GL_TEXTURE_WRAP_R: in get_tex_parameteriv()
|
/external/deqp/external/openglcts/modules/gles31/ |
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_EDGE); in CreateTexture2D() [all …]
|
D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 452 case GL_TEXTURE_WRAP_R: in iterate()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayGetterCalls.cpp | 73 if (pname == 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()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | gl_texture.cc | 93 GL_TEXTURE_WRAP_R, GL_REPEAT)); in SetTextureWrapAndFilter() 109 GL_TEXTURE_WRAP_R, GL_REPEAT)); in SetTextureWrapAndFilter()
|
/external/deqp/external/openglcts/modules/gl/ |
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_EDGE); in CreateTextureCube() [all …]
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.cpp | 86 case GL_TEXTURE_WRAP_R: in operator <<()
|
/external/angle/src/tests/gl_tests/ |
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() 1203 glTexParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in TEST_P() 1249 glTexParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in TEST_P() 1272 glTexParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in TEST_P()
|
D | WebGLReadOutsideFramebufferTest.cpp | 81 glTexParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in toTexture3D()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | SamplerGL.cpp | 97 …SyncSamplerStateMember(mFunctions, mSamplerID, mState, mAppliedSamplerState, GL_TEXTURE_WRAP_R, &g… in syncState()
|
/external/mesa3d/src/glx/tests/ |
D | enum_sizes.cpp | 211 EXPECT_EQ(1, __glTexParameterfv_size(GL_TEXTURE_WRAP_R)); in TEST() 260 case GL_TEXTURE_WRAP_R: in TEST()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 1813 ctx.glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_R, textureMode); in texparameteri() 1843 ctx.glTexParameteri(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_WRAP_R, textureMode); in texparameteri() 1866 ctx.glTexParameteri(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_WRAP_R, textureMode); in texparameteri() 1934 ctx.glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_R, textureMode); in texparameterf() 1964 ctx.glTexParameterf(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_WRAP_R, textureMode); in texparameterf() 1987 ctx.glTexParameterf(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_WRAP_R, textureMode); in texparameterf() 2057 ctx.glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_R, ¶ms[0]); in texparameteriv() 2079 ctx.glTexParameteriv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_WRAP_R, ¶ms[0]); in texparameteriv() 2102 ctx.glTexParameteriv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_WRAP_R, ¶ms[0]); in texparameteriv() 2174 ctx.glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_R, ¶ms[0]); in texparameterfv() [all …]
|
D | es31fFboColorbufferTests.cpp | 259 glTexParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in render()
|
/external/deqp/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 93 gl.texParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR); in setTextureState() 111 gl.samplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR); in setSamplerState() 605 gl.texParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR); in setTextureState() 623 gl.samplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR); in setSamplerState()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_tex.c | 395 case GL_TEXTURE_WRAP_R: in r200TexParameter()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 405 case GL_TEXTURE_WRAP_R: in nouveau_tex_parameter()
|
/external/angle/src/libANGLE/ |
D | queryutils.cpp | 275 case GL_TEXTURE_WRAP_R: in QueryTexParameterBase() 407 case GL_TEXTURE_WRAP_R: in SetTexParameterBase() 505 case GL_TEXTURE_WRAP_R: in QuerySamplerParameterBase() 549 case GL_TEXTURE_WRAP_R: in SetSamplerParameterBase() 3010 case GL_TEXTURE_WRAP_R: in GetTexParameterCount()
|
D | validationES.cpp | 527 case GL_TEXTURE_WRAP_R: in IsValidGLES1TextureParameter() 6455 case GL_TEXTURE_WRAP_R: in ValidateGetTexParameterBase() 6983 case GL_TEXTURE_WRAP_R: in ValidateTexParameterBase() 6995 !(pname == GL_TEXTURE_WRAP_R && context->getExtensions().texture3DOES)) in ValidateTexParameterBase() 7033 case GL_TEXTURE_WRAP_R: in ValidateTexParameterBase() 7048 case GL_TEXTURE_WRAP_R: in ValidateTexParameterBase() 7388 case GL_TEXTURE_WRAP_R: in ValidateSamplerParameterBase() 7512 case GL_TEXTURE_WRAP_R: in ValidateGetSamplerParameterBase()
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 645 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, m_filteringData.wrapR); in iterate() 730 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, GL_REPEAT); 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()
|