HomeSort by relevance Sort by last modified time
    Searched refs:Uniform (Results 26 - 50 of 50) sorted by null

12

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 232 int Uniform(int n) {
268 int v = Uniform(total_weight_);
295 memalign_fraction_ = (Uniform(10000)/10000.0 * delta +
304 if (Uniform(100) < memalign_fraction_ * 100) {
307 size_t alignment = 1 << Uniform(FLAGS_lg_max_memalign);
433 const int index = rnd_.Uniform(heap_.size());
442 const int index = rnd_.Uniform(heap_.size());
470 const int index = rnd_.Uniform(heap_.size());
475 const int tid = rnd_.Uniform(FLAGS_numthreads);
557 for (size_t i = 0; i < 70000; i += rnd->Uniform(20))
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 232 int Uniform(int n) {
268 int v = Uniform(total_weight_);
295 memalign_fraction_ = (Uniform(10000)/10000.0 * delta +
304 if (Uniform(100) < memalign_fraction_ * 100) {
307 size_t alignment = 1 << Uniform(FLAGS_lg_max_memalign);
433 const int index = rnd_.Uniform(heap_.size());
442 const int index = rnd_.Uniform(heap_.size());
470 const int index = rnd_.Uniform(heap_.size());
475 const int tid = rnd_.Uniform(FLAGS_numthreads);
557 for (size_t i = 0; i < 70000; i += rnd->Uniform(20))
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp 261 Uniform *targetUniform = mUniforms[mUniformIndex[location].index];
267 return false; // attempting to write an array to a non-array uniform is an INVALID_OPERATION
314 Uniform *targetUniform = mUniforms[mUniformIndex[location].index];
320 return false; // attempting to write an array to a non-array uniform is an INVALID_OPERATION
367 Uniform *targetUniform = mUniforms[mUniformIndex[location].index];
373 return false; // attempting to write an array to a non-array uniform is an INVALID_OPERATION
420 Uniform *targetUniform = mUniforms[mUniformIndex[location].index];
426 return false; // attempting to write an array to a non-array uniform is an INVALID_OPERATION
504 Uniform *targetUniform = mUniforms[mUniformIndex[location].index];
515 return false; // attempting to write an array to a non-array uniform is an INVALID_OPERATIO
2135 Uniform *uniform = NULL; local
    [all...]
ProgramBinary.h 23 #include "libGLESv2/Uniform.h"
42 // Struct used for correlating uniforms/elements of uniform arrays to handles
133 bool defineUniform(GLenum shader, const sh::Uniform &constant, InfoLog &infoLog);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer9.h 203 void applyUniformnfv(gl::Uniform *targetUniform, const GLfloat *v);
204 void applyUniformniv(gl::Uniform *targetUniform, const GLint *v);
205 void applyUniformnbv(gl::Uniform *targetUniform, const GLint *v);
Renderer9.cpp     [all...]
Renderer11.cpp 1404 const gl::Uniform *uniform = *uniform_iterator; local
1443 gl::Uniform *uniform = *uniform_iterator; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_iter.cc 108 return rnd_.Uniform(2*config::kReadBytesPeriod);
db_test.cc     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Uniform.java 44 public class Uniform extends ShaderVariable {
51 * Currently set value of the uniform.
57 * Type of uniform
62 * Binding to a renderer value, or null if user-defined uniform
165 sb.append("Uniform[name=");
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 526 const int toss = rnd->Uniform(5);
616 const int index = rnd->Uniform(keys.size());
618 switch (rnd->Uniform(3)) {
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderManager.java 45 import com.jme3.shader.Uniform;
333 * Updates the given list of uniforms with {@link UniformBinding uniform bindings}
336 public void updateUniformBindings(List<Uniform> params) {
346 Uniform u = params.get(i);
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 52 import com.jme3.shader.Uniform;
743 protected void updateUniformLocation(Shader shader, Uniform uniform) {
745 stringBuf.append(uniform.getName()).append('\0');
748 logger.log(Level.INFO, "GLES20.glGetUniformLocation({0}, {1})", new Object[]{shader.getId(), uniform.getName()});
750 int loc = GLES20.glGetUniformLocation(shader.getId(), uniform.getName());
753 uniform.setLocation(-1);
754 // uniform is not declared in shader
756 logger.log(Level.WARNING, "Uniform [{0}] is not declared in shader.", uniform.getName())
925 Uniform uniform = uniforms.getValue(i); local
936 Uniform uniform = uniforms.getValue(i); local
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 50 import com.jme3.shader.Uniform;
760 protected void updateUniformLocation(Shader shader, Uniform uniform) {
762 stringBuf.append(uniform.getName()).append('\0');
766 uniform.setLocation(-1);
767 // uniform is not declared in shader
768 logger.log(Level.INFO, "Uniform {0} is not declared in shader {1}.", new Object[]{uniform.getName(), shader.getSources()});
770 uniform.setLocation(loc);
786 protected void updateUniform(Shader shader, Uniform uniform) {
890 Uniform uniform = uniforms.getValue(i); local
901 Uniform uniform = uniforms.getValue(i); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
16 RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
16 RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
  /external/chromium_org/third_party/angle/src/
translator.target.darwin-arm.mk 62 third_party/angle/src/compiler/Uniform.cpp \
translator.target.darwin-mips.mk 62 third_party/angle/src/compiler/Uniform.cpp \
translator.target.darwin-x86.mk 62 third_party/angle/src/compiler/Uniform.cpp \
translator.target.linux-arm.mk 62 third_party/angle/src/compiler/Uniform.cpp \
translator.target.linux-mips.mk 62 third_party/angle/src/compiler/Uniform.cpp \
translator.target.linux-x86.mk 62 third_party/angle/src/compiler/Uniform.cpp \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 455 According to RFC 2396 ("Uniform Resource Identifiers), to escape a
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 455 According to RFC 2396 ("Uniform Resource Identifiers), to escape a
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
OutputHLSL.cpp 162 for (ReferencedSymbols::const_iterator uniform = mReferencedUniforms.begin(); uniform != mReferencedUniforms.end(); uniform++)
164 const TType &type = uniform->second->getType();
165 const TString &name = uniform->second->getSymbol();
171 uniforms += "uniform SamplerState sampler_" + decorateUniform(name, type) + arrayString(type) +
174 uniforms += "uniform " + textureString(type) + " texture_" + decorateUniform(name, type) + arrayString(type) +
179 uniforms += "uniform " + typeString(type) + " " + decorateUniform(name, type) + arrayString(type) +
288 out << "uniform float3 dx_DepthRange : register(c0);";
293 out << "uniform float4 dx_ViewCoords : register(c1);\n"
    [all...]

Completed in 2161 milliseconds

12