Home
last modified time | relevance | path

Searched refs:GL_TEXTURE_WRAP_R (Results 1 – 25 of 76) sorted by relevance

1234

/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampTexParameterIErrors.cpp150 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()
DesextcTextureBorderClampGetTexParameterIErrors.cpp87 m_pname_list.push_back(GL_TEXTURE_WRAP_R); in initTest()
DesextcTextureBorderClampBase.cpp319 case GL_TEXTURE_WRAP_R: in getPNameString()
DesextcTextureBorderClampSamplerParameterIError.cpp112 m_pnames_list.push_back(PnameParams(GL_TEXTURE_WRAP_R, GL_REPEAT)); in initTest()
/external/mesa3d/src/mesa/main/
Dsamplerobj.c913 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()
Dglthread_marshal.h152 case GL_TEXTURE_WRAP_R: in _mesa_tex_param_enum_to_count()
Dtexparam.c338 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/
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_EDGE); in CreateTexture2D()
[all …]
Des31cTextureStorageMultisampleGLCoverageTests.cpp452 case GL_TEXTURE_WRAP_R: in iterate()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayGetterCalls.cpp73 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/
Dgl_texture.cc93 GL_TEXTURE_WRAP_R, GL_REPEAT)); in SetTextureWrapAndFilter()
109 GL_TEXTURE_WRAP_R, GL_REPEAT)); in SetTextureWrapAndFilter()
/external/deqp/external/openglcts/modules/gl/
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_EDGE); in CreateTextureCube()
[all …]
/external/deqp/framework/opengl/
DgluStrUtil.cpp86 case GL_TEXTURE_WRAP_R: in operator <<()
/external/angle/src/tests/gl_tests/
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()
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()
DWebGLReadOutsideFramebufferTest.cpp81 glTexParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in toTexture3D()
/external/angle/src/libANGLE/renderer/gl/
DSamplerGL.cpp97 …SyncSamplerStateMember(mFunctions, mSamplerID, mState, mAppliedSamplerState, GL_TEXTURE_WRAP_R, &g… in syncState()
/external/mesa3d/src/glx/tests/
Denum_sizes.cpp211 EXPECT_EQ(1, __glTexParameterfv_size(GL_TEXTURE_WRAP_R)); in TEST()
260 case GL_TEXTURE_WRAP_R: in TEST()
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp1813 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, &params[0]); in texparameteriv()
2079 ctx.glTexParameteriv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_WRAP_R, &params[0]); in texparameteriv()
2102 ctx.glTexParameteriv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_WRAP_R, &params[0]); in texparameteriv()
2174 ctx.glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_R, &params[0]); in texparameterfv()
[all …]
Des31fFboColorbufferTests.cpp259 glTexParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_WRAP_R, GL_CLAMP_TO_EDGE); in render()
/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp93 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/
Dr200_tex.c395 case GL_TEXTURE_WRAP_R: in r200TexParameter()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c405 case GL_TEXTURE_WRAP_R: in nouveau_tex_parameter()
/external/angle/src/libANGLE/
Dqueryutils.cpp275 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()
DvalidationES.cpp527 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/
Des2cTexture3DTests.cpp645 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()

1234