/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
PlanetsRenderer.java | 273 "uniform mat4 uMVPMatrix; \n" 274 + "uniform vec4 uOffset; \n" 291 + "uniform sampler2D sTexture; \n"
|
/external/autotest/client/site_tests/platform_CompressedSwapPerf/ |
platform_CompressedSwapPerf.py | 42 Iterates over processes randomly according to a uniform distribution. 52 'uniform': selection_uniform} 402 selections = ['sequential', 'uniform', 'exponential']
|
/external/deqp/data/gles3/shaders/ |
constants.test | 25 uniform float uni0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 ]; 33 uniform float uni0; 589 uniform float theUniform;
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderReturnTests.cpp | 238 "layout(binding = 0, std140) uniform something { mediump int ui_one; };\n" 456 "layout(binding = 0, std140) uniform something { int ui_zero; };\n" 473 "layout(binding = 0, std140) uniform something { int ui_zero; };\n\n"
|
vktShaderRenderSwitchTests.cpp | 26 * + Selection expression type: static, uniform, dynamic 130 op << "layout (std140, set=0, binding=0) uniform buffer0 { highp int ui_two; };\n"; 200 static const char* switchTypeNames[] = { "static", "uniform", "dynamic" };
|
/external/deqp/modules/gles3/functional/ |
es3fShaderFragDataTests.cpp | 137 "uniform mediump int u_index;\n" 243 "uniform mediump int u_index;\n" 356 addChild(new FragDataIndexingCase (m_context, "valid_uniform_index", "Valid gl_FragData[] assignment using uniform index", INDEX_EXPR_UNIFORM));
|
es3fShaderSwitchTests.cpp | 24 * + Selection expression type: static, uniform, dynamic 113 op << "uniform highp int ui_two;\n"; 158 static const char* switchTypeNames[] = { "static", "uniform", "dynamic" };
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
genk-timing.py | 136 self.writeln(" %s = %s %s %f :" % (LValue, LHS, operation, random.uniform(1, 100))) 170 arg1 = random.uniform(1, 100) 171 arg2 = random.uniform(1, 100)
|
/external/mesa3d/docs/ |
relnotes-7.9.html | 74 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=10908">Bug 10908</a> - GLSL: gl_FogParamaters gl_Fog built-in uniform not functioning</li> 75 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=13753">Bug 13753</a> - Numerous bugs in GLSL uniform handling</li> 96 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=26224">Bug 26224</a> - [GLSL] Cannot get location of a uniform struct member</li>
|
/external/mesa3d/src/glsl/ |
glsl_types.h | 245 * This is used to determine how many uniform or varying locations a type 251 * Alignment in bytes of the start of this type in a std140 uniform 256 /** Size in bytes of this type in a std140 uniform block.
|
/external/opencv3/modules/core/test/ |
test_rand.cpp | 227 ts->printf( cvtest::TS::LOG, "Uniform RNG gave values out of the range [%g,%g) on channel %d/%d\n", 318 theRNG().fill(a, RNG::UNIFORM, -DBL_MAX, DBL_MAX); 319 theRNG().fill(af, RNG::UNIFORM, -DBL_MAX, DBL_MAX);
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
ocl_test.hpp | 206 return rng.uniform(minVal, maxVal); 211 return rng.uniform(minVal, maxVal); 218 double pow = rng.uniform(logMin, logMax);
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
SurfaceTextureHelperTest.java | 109 * Test normal use by receiving three uniform texture frames. Texture frames are returned as early 292 * Test use SurfaceTextureHelper on a separate thread. A uniform texture frame is created and 328 * Test use SurfaceTextureHelper on a separate thread. A uniform texture frame is created and
|
/external/webrtc/talk/app/webrtc/objc/ |
RTCOpenGLVideoRenderer.mm | 86 "uniform lowp sampler2D s_textureY;\n" 87 "uniform lowp sampler2D s_textureU;\n" 88 "uniform lowp sampler2D s_textureV;\n"
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
SpriteCache.java | 979 + "uniform mat4 u_projectionViewMatrix;\n" //
995 + "uniform sampler2D u_texture;\n" //
1007 * uploaded via a mat4 uniform called "u_proj", the transform matrix is uploaded via a uniform called "u_trans", the combined
1008 * transform and projection matrx is is uploaded via a mat4 uniform called "u_projTrans". The texture sampler is passed via a
1009 * uniform called "u_texture".
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_texture.c | 113 boolean uniform = TRUE; local 259 uniform = uniform && desc->channel[0].size == desc->channel[i].size; 262 /* Non-uniform formats. */ 263 if (!uniform) { 310 /* And finally, uniform formats. */ [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_texture.c | 847 boolean uniform = TRUE; local 1014 uniform = uniform && desc->channel[0].size == desc->channel[i].size; 1017 /* Non-uniform formats. */ 1018 if (!uniform) { [all...] |
/prebuilts/go/darwin-x86/src/image/draw/ |
draw.go | 118 case *image.Uniform: 144 case *image.Uniform: 152 case *image.Uniform: 235 func drawFillOver(dst *image.RGBA, r image.Rectangle, src *image.Uniform) { 258 func drawFillSrc(dst *image.RGBA, r image.Rectangle, src *image.Uniform) { 461 func drawGlyphOver(dst *image.RGBA, r image.Rectangle, src *image.Uniform, mask *image.Alpha, mp image.Point) {
|
/prebuilts/go/linux-x86/src/image/draw/ |
draw.go | 118 case *image.Uniform: 144 case *image.Uniform: 152 case *image.Uniform: 235 func drawFillOver(dst *image.RGBA, r image.Rectangle, src *image.Uniform) { 258 func drawFillSrc(dst *image.RGBA, r image.Rectangle, src *image.Uniform) { 461 func drawGlyphOver(dst *image.RGBA, r image.Rectangle, src *image.Uniform, mask *image.Alpha, mp image.Point) {
|
/cts/tests/tests/graphics/src/android/opengl/cts/ |
CompressedTextureSurfaceView.java | 97 "uniform mat4 uMVPMatrix;\n" + 109 "uniform sampler2D sTexture;\n" +
|
/external/ImageMagick/coders/ |
xc.c | 192 entry=AcquireMagickInfo("XC","XC","Constant image uniform color"); 199 entry=AcquireMagickInfo("XC","CANVAS","Constant image uniform color");
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
ValueServer.java | 57 /** Uniform random deviates with mean = μ. */ 360 * @return random uniform value
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
X509CertSelectorTest.java | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
SerializerMessages_de.java | 165 "Fragment kann nur f\u00fcr eine generische URI (Uniform Resource Identifier) festgelegt werden." }, 171 "URI (Uniform Resource Identifier) kann nicht mit leeren Parametern initialisiert werden." },
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktOpaqueTypeIndexingTests.cpp | 184 TCU_THROW(NotSupportedError, "Dynamic indexing of uniform buffer arrays is not supported"); 223 str << "layout(set = 0, binding = " << bindingLocation++ << ") uniform buf" << varNdx << " { highp int " << varPrefix << varNdx << "; }" << ";\n"; 757 "layout(set = 0, binding = " << binding++ << ") uniform highp " << getDataTypeName(m_samplerType) << " " << samplersName << "[" << m_numSamplers << "];\n"; [all...] |