/external/deqp/modules/gles2/performance/ |
es2pTextureCountTests.cpp | 73 deUint32 wrapT = GL_CLAMP_TO_EDGE; 80 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
|
es2pTextureFormatTests.cpp | 73 deUint32 wrapT = GL_CLAMP_TO_EDGE; 79 addChild(new Texture2DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
|
es2pTextureFilteringTests.cpp | 89 deUint32 wrapT = GL_REPEAT; 94 addChild(new Texture2DRenderCase(m_context, name.c_str(), "", format, dataType, wrapS, wrapT, minFilter, magFilter, minify ? minTransform : magTransform, numTextures, true /* pot */));
|
/external/deqp/modules/gles3/performance/ |
es3pTextureCountTests.cpp | 74 deUint32 wrapT = GL_CLAMP_TO_EDGE; 81 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
|
es3pTextureFormatTests.cpp | 112 deUint32 wrapT = GL_CLAMP_TO_EDGE; 118 addChild(new Texture2DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
|
es3pTextureFilteringTests.cpp | 89 deUint32 wrapT = GL_REPEAT; 94 addChild(new Texture2DRenderCase(m_context, name.c_str(), "", format, wrapS, wrapT, minFilter, magFilter, minify ? minTransform : magTransform, numTextures, true /* pot */));
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_sampler.java | 29 Sampler wrapT; 62 wrapT = b.create(); 71 s.set_wrapT(wrapT); 118 _RS_ASSERT("wrapT.getMagnification() == Sampler.Value.NEAREST", 119 wrapT.getMagnification() == Sampler.Value.NEAREST); 120 _RS_ASSERT("wrapT.getMinification() == Sampler.Value.NEAREST", 121 wrapT.getMinification() == Sampler.Value.NEAREST); 122 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP", 123 wrapT.getWrapS() == Sampler.Value.CLAMP); 124 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP" [all...] |
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
UT_sampler.java | 29 Sampler wrapT; 62 wrapT = b.create(); 71 s.set_wrapT(wrapT); 118 _RS_ASSERT("wrapT.getMagnification() == Sampler.Value.NEAREST", 119 wrapT.getMagnification() == Sampler.Value.NEAREST); 120 _RS_ASSERT("wrapT.getMinification() == Sampler.Value.NEAREST", 121 wrapT.getMinification() == Sampler.Value.NEAREST); 122 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP", 123 wrapT.getWrapS() == Sampler.Value.CLAMP); 124 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP" [all...] |
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_sampler.java | 29 Sampler wrapT; 62 wrapT = b.create(); 71 s.set_wrapT(wrapT); 118 _RS_ASSERT("wrapT.getMagnification() == Sampler.Value.NEAREST", 119 wrapT.getMagnification() == Sampler.Value.NEAREST); 120 _RS_ASSERT("wrapT.getMinification() == Sampler.Value.NEAREST", 121 wrapT.getMinification() == Sampler.Value.NEAREST); 122 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP", 123 wrapT.getWrapS() == Sampler.Value.CLAMP); 124 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP" [all...] |
/frameworks/rs/ |
rsSampler.h | 46 RsSamplerValue wrapT; 60 RsSamplerValue wrapT, 82 RsSamplerValue wrapT,
|
/external/deqp/modules/glshared/ |
glsSamplerObjectTest.hpp | 47 GLenum wrapT; 105 GLenum wrapT;
|
/frameworks/base/libs/hwui/ |
SkiaShader.h | 58 GLenum wrapT; 81 GLenum wrapT;
|
/external/deqp/modules/gles2/functional/ |
es2fTextureFormatTests.cpp | 148 const deUint32 wrapT = GL_CLAMP_TO_EDGE; 162 << "\n WRAP_T = " << getTextureParameterValueStr(GL_TEXTURE_WRAP_T, wrapT) 179 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT);
|
es2fTextureSizeTests.cpp | 126 deUint32 wrapT = GL_CLAMP_TO_EDGE; 144 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT); 154 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_2D, mapGLSampler(wrapS, wrapT, minFilter, magFilter))); 269 deUint32 wrapT = GL_CLAMP_TO_EDGE; 287 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, wrapT); 296 Sampler sampler = mapGLSampler(wrapS, wrapT, minFilter, magFilter);
|
es2fTextureMipmapTests.cpp | 85 deUint32 wrapT, 124 deUint32 wrapT, 135 , m_wrapT (wrapT) 439 deUint32 wrapT, 476 deUint32 wrapT, 486 , m_wrapT (wrapT) 816 const deUint32 wrapT = GL_CLAMP_TO_EDGE; 833 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT); 952 const deUint32 wrapT = GL_CLAMP_TO_EDGE; [all...] |
/external/deqp/modules/gles3/functional/ |
es3fTextureSizeTests.cpp | 126 deUint32 wrapT = GL_CLAMP_TO_EDGE; 144 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT); 154 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_2D, mapGLSampler(wrapS, wrapT, minFilter, magFilter))); 269 deUint32 wrapT = GL_CLAMP_TO_EDGE; 287 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, wrapT); 296 Sampler sampler = mapGLSampler(wrapS, wrapT, minFilter, magFilter);
|
es3fTextureFormatTests.cpp | 165 const deUint32 wrapT = GL_CLAMP_TO_EDGE; 179 << "\n WRAP_T = " << glu::getTextureParameterValueStr(GL_TEXTURE_WRAP_T, wrapT) 196 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT); [all...] |
es3fTextureFilteringTests.cpp | 66 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height); 67 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames); 119 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height) 126 , m_wrapT (wrapT) 135 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames) 142 , m_wrapT (wrapT) 342 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height); 343 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, const std::vector<std::string>& filenames); 396 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height) 403 , m_wrapT (wrapT) [all...] |
es3fTextureShadowTests.cpp | 155 Texture2DShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int width, int height, deUint32 compareFunc); 205 Texture2DShadowCase::Texture2DShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int width, int height, deUint32 compareFunc) 210 , m_wrapT (wrapT) 405 TextureCubeShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int size, deUint32 compareFunc); 457 TextureCubeShadowCase::TextureCubeShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int size, deUint32 compareFunc) 462 , m_wrapT (wrapT) 696 Texture2DArrayShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int width, int height, int numLayers, deUint32 compareFunc); 750 Texture2DArrayShadowCase::Texture2DArrayShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int width, int height, int numLayers, deUint32 compareFunc) 755 , m_wrapT (wrapT) [all...] |
es3fTextureMipmapTests.cpp | 134 deUint32 wrapT, 173 deUint32 wrapT, 184 , m_wrapT (wrapT) 483 deUint32 wrapT, 520 deUint32 wrapT, 530 , m_wrapT (wrapT) 855 const deUint32 wrapT = GL_CLAMP_TO_EDGE; 872 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT); 990 const deUint32 wrapT = GL_CLAMP_TO_EDGE; [all...] |
/external/deqp/modules/gles31/functional/ |
es31fTextureFilteringTests.cpp | 108 deUint32 wrapT, 171 deUint32 wrapT, 180 , m_wrapT (wrapT) 516 const deUint32 wrapT = GL_REPEAT; 523 wrapS, wrapT, 545 const deUint32 wrapT = GL_REPEAT; 553 wrapS, wrapT, 577 const deUint32 wrapT = wrapModes[wrapTNdx].mode; 585 wrapS, wrapT,
|
/frameworks/rs/driver/runtime/ |
rs_sample.c | 469 rs_sampler_value wrapT, 505 int ny = wrapI(wrapT, iPixelV + 1, sourceH); 507 int ly = wrapI(wrapT, iPixelV, sourceH); 517 rs_sampler_value wrapT, 529 location.y = wrapI(wrapT, iPixel.y, sourceH); 597 rs_sampler_value wrapT = prog->mHal.state.wrapT; 605 return sample_LOD_NearestPixel(alloc, dk, dt, wrapS, wrapT, uv, 0); 607 return sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, 0); 614 return sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, nearestLOD) [all...] |
rs_structs.h | 178 rs_sampler_value wrapT;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLState.java | 273 IGLProperty wrapT = new GLEnumProperty(GLStateType.TEXTURE_WRAP_T, GLEnum.GL_REPEAT); 305 wrapS, wrapT, wrapR,
|
/external/deqp/framework/common/ |
tcuTexture.hpp | 228 WrapMode wrapT; 269 , wrapT (wrapT_) 285 , wrapT (WRAPMODE_LAST) [all...] |