HomeSort by relevance Sort by last modified time
    Searched refs:wrapR (Results 1 - 25 of 25) sorted by null

  /frameworks/rs/
rsSampler.cpp 35 RsSamplerValue wrapR,
41 mHal.state.wrapR = wrapR;
83 RsSamplerValue wrapR,
93 if (existing->mHal.state.wrapR != wrapR) continue;
107 Sampler *s = new (allocMem) Sampler(rsc, magFilter, minFilter, wrapS, wrapT, wrapR, aniso);
140 RsSamplerValue wrapR,
143 wrapS, wrapT, wrapR, aniso);
rsSampler.h 47 RsSamplerValue wrapR;
61 RsSamplerValue wrapR,
83 RsSamplerValue wrapR,
rs.spec 363 param RsSamplerValue wrapR
  /external/deqp/modules/glshared/
glsSamplerObjectTest.hpp 49 GLenum wrapR;
107 GLenum wrapR;
glsSamplerObjectTest.cpp 93 gl.texParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR);
94 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR)");
111 gl.samplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR);
112 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR)");
605 gl.texParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR);
606 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR)");
623 gl.samplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR);
624 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR)");
    [all...]
glsShaderRenderCase.cpp 528 gl.texParameteri(texTarget, GL_TEXTURE_WRAP_R, glu::getGLWrapMode(sampler.wrapR));
  /external/deqp/framework/opengl/
gluTextureUtil.hpp 66 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 minFilter, deUint32 magFilter);
gluTextureUtil.cpp     [all...]
  /frameworks/rs/driver/runtime/
rs_structs.h 179 rs_sampler_value wrapR;
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp     [all...]
es3fTextureMipmapTests.cpp     [all...]
es3fVertexTextureTests.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 274 IGLProperty wrapR = new GLEnumProperty(GLStateType.TEXTURE_WRAP_R, GLEnum.GL_REPEAT);
305 wrapS, wrapT, wrapR,
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 44 isWrapModeSupported(sampler.wrapR);
610 const int z = wrap(sampler.wrapR, k, level.getDepth());
769 const int z0 = wrap(sampler.wrapR, k , d);
770 const int z1 = wrap(sampler.wrapR, k+1, d);
    [all...]
tcuTexture.hpp 229 WrapMode wrapR;
270 , wrapR (wrapR_)
286 , wrapR (WRAPMODE_LAST)
    [all...]
tcuTexture.cpp     [all...]
tcuTexCompareVerifier.cpp 43 isWrapModeSupported(sampler.wrapR);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 426 m_emptyTex3D.getSampler().wrapR = tcu::Sampler::CLAMP_TO_EDGE;
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp     [all...]

Completed in 711 milliseconds