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

  /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 346 milliseconds