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

  /frameworks/native/services/surfaceflinger/RenderEngine/
Program.h 52 GLint getUniform(const char* name) const;
Program.cpp 92 GLint Program::getUniform(const char* name) const {
  /frameworks/base/libs/hwui/
SkiaShader.cpp 194 glUniform1i(program->getUniform("bitmapSampler"), textureSlot);
195 glUniformMatrix4fv(program->getUniform("textureTransform"), 1,
197 glUniform2f(program->getUniform("textureDimension"), 1.0f / width, 1.0f / height);
292 glUniform1i(program->getUniform("bitmapSampler"), textureSlot);
293 glUniformMatrix4fv(program->getUniform("textureTransform"), 1,
295 glUniform2f(program->getUniform("textureDimension"), 1.0f / shaderInfo.width,
404 glUniform1i(program->getUniform("gradientSampler"), textureSlot);
406 bindUniformColor(program->getUniform("startColor"), gradInfo.fColors[0]);
407 bindUniformColor(program->getUniform("endColor"), gradInfo.fColors[1]);
430 glUniformMatrix4fv(program->getUniform("screenSpace"), 1, GL_FALSE, &screenSpace.data[0])
    [all...]
Program.cpp 126 int Program::getUniform(const char* name) {
182 mColorUniform = getUniform("color");
191 glUniform1i(getUniform("baseSampler"), 0);
Dither.cpp 97 glUniform1i(program->getUniform("ditherSampler"), textureSlot);
GammaFontRenderer.cpp 128 glUniform1f(program->getUniform("gamma"), description.gamma);
Program.h 339 int getUniform(const char* name);
OpenGLRenderer.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 320 Uniform& getUniform (const int ndx) { return m_uniforms[ndx]; }
321 const Uniform& getUniform (const int ndx) const { return m_uniforms[ndx]; }
415 res->getUniform(0).type = glu::VarType(res->getUniform(0).type, 3);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 274 Uniform& getUniform (const int ndx) { return m_uniforms[ndx]; }
275 const Uniform& getUniform (const int ndx) const { return m_uniforms[ndx]; }
369 res->getUniform(0).type = glu::VarType(res->getUniform(0).type, 3);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 340 Uniform& getUniform (const int ndx) { return m_uniforms[ndx]; }
341 const Uniform& getUniform (const int ndx) const { return m_uniforms[ndx]; }
435 res->getUniform(0).type = glu::VarType(res->getUniform(0).type, 3);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8WebGLRenderingContextCustom.cpp 416 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getUniform", "WebGLRenderingContext", info.Holder(), info.GetIsolate());
430 V8ThrowException::throwTypeError(ExceptionMessages::failedToExecute("getUniform", "WebGLRenderingContext", "parameter 1 is not of type 'WebGLProgram'."), info.GetIsolate());
435 V8ThrowException::throwTypeError(ExceptionMessages::failedToExecute("getUniform", "WebGLRenderingContext", "parameter 2 is not of type 'WebGLUniformLocation'."), info.GetIsolate());
440 WebGLGetInfo args = context->getUniform(program, location);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 579 [Custom] any getUniform(WebGLProgram? program, WebGLUniformLocation? location);
    [all...]
WebGLRenderingContextBase.h 206 WebGLGetInfo getUniform(WebGLProgram*, const WebGLUniformLocation*);
    [all...]
WebGLRenderingContextBase.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]

Completed in 1199 milliseconds