HomeSort by relevance Sort by last modified time
    Searched defs:wrapS (Results 1 - 25 of 29) sorted by null

1 2

  /external/deqp/modules/gles2/performance/
es2pTextureCountTests.cpp 72 deUint32 wrapS = 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 72 deUint32 wrapS = 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 88 deUint32 wrapS = 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 73 deUint32 wrapS = 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 111 deUint32 wrapS = 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 88 deUint32 wrapS = 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 28 Sampler wrapS;
58 wrapS = b.create();
70 s.set_wrapS(wrapS);
107 _RS_ASSERT("wrapS.getMagnification() == Sampler.Value.NEAREST",
108 wrapS.getMagnification() == Sampler.Value.NEAREST);
109 _RS_ASSERT("wrapS.getMinification() == Sampler.Value.NEAREST",
110 wrapS.getMinification() == Sampler.Value.NEAREST);
111 _RS_ASSERT("wrapS.getWrapS() == Sampler.Value.WRAP",
112 wrapS.getWrapS() == Sampler.Value.WRAP);
113 _RS_ASSERT("wrapS.getWrapT() == Sampler.Value.CLAMP"
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_sampler.java 28 Sampler wrapS;
58 wrapS = b.create();
70 s.set_wrapS(wrapS);
107 _RS_ASSERT("wrapS.getMagnification() == Sampler.Value.NEAREST",
108 wrapS.getMagnification() == Sampler.Value.NEAREST);
109 _RS_ASSERT("wrapS.getMinification() == Sampler.Value.NEAREST",
110 wrapS.getMinification() == Sampler.Value.NEAREST);
111 _RS_ASSERT("wrapS.getWrapS() == Sampler.Value.WRAP",
112 wrapS.getWrapS() == Sampler.Value.WRAP);
113 _RS_ASSERT("wrapS.getWrapT() == Sampler.Value.CLAMP"
    [all...]
  /frameworks/rs/
rsSampler.h 45 RsSamplerValue wrapS;
59 RsSamplerValue wrapS,
81 RsSamplerValue wrapS,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsSampler.h 45 RsSamplerValue wrapS;
59 RsSamplerValue wrapS,
81 RsSamplerValue wrapS,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsSampler.h 45 RsSamplerValue wrapS;
59 RsSamplerValue wrapS,
81 RsSamplerValue wrapS,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsSampler.h 45 RsSamplerValue wrapS;
59 RsSamplerValue wrapS,
81 RsSamplerValue wrapS,
  /external/deqp/modules/glshared/
glsSamplerObjectTest.hpp 48 GLenum wrapS;
106 GLenum wrapS;
  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 147 const deUint32 wrapS = GL_CLAMP_TO_EDGE;
161 << "\n WRAP_S = " << getTextureParameterValueStr(GL_TEXTURE_WRAP_S, wrapS)
178 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrapS);
es2fTextureSizeTests.cpp 125 deUint32 wrapS = GL_CLAMP_TO_EDGE;
143 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrapS);
154 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_2D, mapGLSampler(wrapS, wrapT, minFilter, magFilter)));
268 deUint32 wrapS = GL_CLAMP_TO_EDGE;
286 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, wrapS);
296 Sampler sampler = mapGLSampler(wrapS, wrapT, minFilter, magFilter);
es2fTextureMipmapTests.cpp 84 deUint32 wrapS,
123 deUint32 wrapS,
134 , m_wrapS (wrapS)
438 deUint32 wrapS,
475 deUint32 wrapS,
485 , m_wrapS (wrapS)
815 const deUint32 wrapS = GL_CLAMP_TO_EDGE;
819 const tcu::Sampler sampler = glu::mapGLSampler(wrapS, wrapT, minFilter, magFilter);
833 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrapS);
952 const deUint32 wrapS = GL_CLAMP_TO_EDGE
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 125 deUint32 wrapS = GL_CLAMP_TO_EDGE;
143 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrapS);
154 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_2D, mapGLSampler(wrapS, wrapT, minFilter, magFilter)));
268 deUint32 wrapS = GL_CLAMP_TO_EDGE;
286 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, wrapS);
296 Sampler sampler = mapGLSampler(wrapS, wrapT, minFilter, magFilter);
es3fTextureFormatTests.cpp 164 const deUint32 wrapS = GL_CLAMP_TO_EDGE;
178 << "\n WRAP_S = " << glu::getTextureParameterValueStr(GL_TEXTURE_WRAP_S, wrapS)
195 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrapS);
    [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)
125 , m_wrapS (wrapS)
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)
141 , m_wrapS (wrapS)
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)
402 , m_wrapS (wrapS)
    [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)
209 , m_wrapS (wrapS)
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)
461 , m_wrapS (wrapS)
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)
754 , m_wrapS (wrapS)
    [all...]
  /frameworks/base/libs/hwui/
SkiaShader.cpp 58 static inline void bindTexture(Caches* caches, Texture* texture, GLenum wrapS, GLenum wrapT) {
60 texture->setWrapST(wrapS, wrapT);
207 GLenum wrapS;
221 GLenum wrapS, wrapT;
236 wrapS = GL_CLAMP_TO_EDGE;
239 wrapS = gTileModes[tileModes[0]];
246 shaderInfo->wrapS = wrapS;
289 bindTexture(caches, texture, shaderInfo.wrapS, shaderInfo.wrapT);
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 143 GLenum wrapS;
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 107 deUint32 wrapS,
170 deUint32 wrapS,
179 , m_wrapS (wrapS)
515 const deUint32 wrapS = GL_REPEAT;
523 wrapS, wrapT,
544 const deUint32 wrapS = GL_REPEAT;
553 wrapS, wrapT,
576 const deUint32 wrapS = wrapModes[wrapSNdx].mode;
585 wrapS, wrapT,
  /frameworks/rs/driver/runtime/
rs_sample.c 423 rs_sampler_value wrapS,
446 uint32_t next = wrapI(wrapS, iPixel + 1, sourceW);
447 uint32_t location = wrapI(wrapS, iPixel, sourceW);
455 rs_sampler_value wrapS,
460 uint32_t location = wrapI(wrapS, iPixel, sourceW);
468 rs_sampler_value wrapS,
504 int nx = wrapI(wrapS, iPixelU + 1, sourceW);
506 int lx = wrapI(wrapS, iPixelU, sourceW);
516 rs_sampler_value wrapS,
528 location.x = wrapI(wrapS, iPixel.x, sourceW)
    [all...]
rs_structs.h 162 rs_sampler_value wrapS;

Completed in 500 milliseconds

1 2