| /external/deqp/modules/gles3/functional/ | 
| D | es3fTextureFilteringTests.cpp | 139 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 inte…  in Texture2DFilteringCase() 155 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::ve…  in Texture2DFilteringCase() 418 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySamp…  in TextureCubeFilteringCase() 435 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySamp…  in TextureCubeFilteringCase() 733 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 inte…  in Texture2DArrayFilteringCase() 999 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrap…  in Texture3DFilteringCase() 1329 				deUint32		wrapT		= GL_REPEAT;  in init()  local 1356 				deUint32		wrapT		= GL_REPEAT;  in init()  local 1379 				deUint32		wrapT		= GL_REPEAT;  in init()  local 1408 						deUint32		wrapT		= wrapModes[wrapTNdx].mode;  in init()  local [all …] 
 | 
| D | es3fTextureWrapTests.cpp | 132 …ar* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minF…  in TextureWrapCase() 152 … ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minF…  in TextureWrapCase() 173 …* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minF…  in TextureWrapCase()
  | 
| D | es3fTextureShadowTests.cpp | 207 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 form…  in Texture2DShadowCase() 459 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 form…  in TextureCubeShadowCase() 752 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 form…  in Texture2DArrayShadowCase() 1042 					const deUint32	wrapT			= GL_REPEAT;  in init()  local 1072 					const deUint32	wrapT			= GL_REPEAT;  in init()  local 1101 					const deUint32	wrapT			= GL_REPEAT;  in init()  local
  | 
| D | es3fTextureSizeTests.cpp | 131 	deUint32				wrapT			= GL_CLAMP_TO_EDGE;  in iterate()  local 279 	deUint32				wrapT			= GL_CLAMP_TO_EDGE;  in testFace()  local
  | 
| D | es3fTextureMipmapTests.cpp | 174 										  deUint32					wrapT,  in Texture2DMipmapCase() 521 											  deUint32					wrapT,  in TextureCubeMipmapCase() 856 	const deUint32			wrapT				= GL_CLAMP_TO_EDGE;  in iterate()  local 991 	const deUint32			wrapT				= GL_CLAMP_TO_EDGE;  in iterate()  local 1117 …char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrap…  in Texture3DMipmapCase() 1495 	const deUint32				wrapT				= GL_REPEAT;  in iterate()  local 1807 	const deUint32			wrapT				= GL_CLAMP_TO_EDGE;  in iterate()  local 2120 	const deUint32					wrapT				= GL_CLAMP_TO_EDGE;  in iterate()  local
  | 
| /external/deqp/modules/glshared/ | 
| D | glsSamplerObjectTest.hpp | 47 		GLenum	wrapT;  member 105 		GLenum	wrapT;  member
  | 
| /external/deqp/modules/gles31/functional/ | 
| D | es31fTextureFilteringTests.cpp | 172 															  deUint32 wrapT,  in TextureCubeArrayFilteringCase() 536 					const deUint32	wrapT		= GL_REPEAT;  in init()  local 565 					const deUint32	wrapT		= GL_REPEAT;  in init()  local 597 							const deUint32	wrapT		= wrapModes[wrapTNdx].mode;  in init()  local
  | 
| /external/deqp/modules/gles3/performance/ | 
| D | es3pTextureFormatTests.cpp | 112 		deUint32	wrapT			= GL_CLAMP_TO_EDGE;  in init()  local
  | 
| D | es3pTextureCountTests.cpp | 74 			deUint32	wrapT			= GL_CLAMP_TO_EDGE;  in init()  local
  | 
| D | es3pTextureFilteringTests.cpp | 89 			deUint32	wrapT		= GL_REPEAT;  in init()  local
  | 
| D | es3pTextureCases.cpp | 59 										  deUint32			wrapT,  in Texture2DRenderCase()
  | 
| /external/deqp/modules/gles2/performance/ | 
| D | es2pTextureFormatTests.cpp | 73 		deUint32	wrapT			= GL_CLAMP_TO_EDGE;  in init()  local
  | 
| D | es2pTextureCountTests.cpp | 73 			deUint32	wrapT			= GL_CLAMP_TO_EDGE;  in init()  local
  | 
| D | es2pTextureFilteringTests.cpp | 89 			deUint32	wrapT		= GL_REPEAT;  in init()  local
  | 
| D | es2pTextureCases.cpp | 59 										  deUint32			wrapT,  in Texture2DRenderCase()
  | 
| /external/deqp/framework/opengl/ | 
| D | gluTextureUtil.cpp | 688 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter)  in mapGLSampler() 705 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 minFilter, deUi…  in mapGLSampler()
  | 
| /external/deqp/modules/gles2/functional/ | 
| D | es2fTextureWrapTests.cpp | 90 …ar* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minF…  in TextureWrapCase() 107 … ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minF…  in TextureWrapCase()
  | 
| D | es2fTextureFilteringTests.cpp | 118 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 form…  in Texture2DFilteringCase() 135 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::ve…  in Texture2DFilteringCase() 381 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 form…  in TextureCubeFilteringCase() 398 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::ve…  in TextureCubeFilteringCase()
  | 
| D | es2fTextureSizeTests.cpp | 130 	deUint32				wrapT			= GL_CLAMP_TO_EDGE;  in iterate()  local 278 	deUint32				wrapT			= GL_CLAMP_TO_EDGE;  in testFace()  local
  | 
| D | es2fTextureMipmapTests.cpp | 125 										  deUint32					wrapT,  in Texture2DMipmapCase() 477 											  deUint32					wrapT,  in TextureCubeMipmapCase() 820 	const deUint32			wrapT				= GL_CLAMP_TO_EDGE;  in iterate()  local 956 	const deUint32			wrapT				= GL_CLAMP_TO_EDGE;  in iterate()  local
  | 
| /external/deqp/modules/gles2/accuracy/ | 
| D | es2aTextureFilteringTests.cpp | 90 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 form…  in Texture2DFilteringCase() 106 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::ve…  in Texture2DFilteringCase() 351 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 form…  in TextureCubeFilteringCase() 367 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::ve…  in TextureCubeFilteringCase()
  | 
| /external/deqp/modules/gles3/accuracy/ | 
| D | es3aTextureFilteringTests.cpp | 83 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 inte…  in Texture2DFilteringCase() 98 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::ve…  in Texture2DFilteringCase() 338 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySamp…  in TextureCubeFilteringCase() 354 … char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySamp…  in TextureCubeFilteringCase()
  | 
| /external/deqp/external/vulkancts/modules/vulkan/texture/ | 
| D | vktTextureTestUtil.hpp | 419 	tcu::Sampler::WrapMode		wrapT;  member 428 	tcu::Sampler::WrapMode		wrapT;  member 436 	tcu::Sampler::WrapMode		wrapT;  member
  | 
| /external/angle/src/libANGLE/ | 
| D | Sampler.cpp | 88 void Sampler::setWrapT(const Context *context, GLenum wrapT)  in setWrapT()
  | 
| /external/angle/src/tests/gl_tests/ | 
| D | TextureRectangleTest.cpp | 396     GLint wrapT = 0;  in TEST_P()  local
  |