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

  /external/deqp/framework/opengl/
gluVarTypeUtil.hpp 103 VarType getVarType (const VarType& type, Iterator begin, Iterator end);
106 inline VarType getVarType (const VarType& type, const TypeComponentVector& path) { return getVarType(type, path.begin(), path.end()); }
143 VarType getType (void) const { return getVarType(m_type, m_path); }
173 VarType getType (void) const { return getVarType(*m_type, m_path.begin(), m_path.end()); }
227 DE_ASSERT(IsExpanded()(getVarType(*m_type, m_path)));
243 VarType parentType = getVarType(*m_type, m_path.begin(), m_path.end()-1);
286 VarType curType = getVarType(*m_type, m_path);
374 VarType getVarType (const VarType& type, Iterator begin, Iterator end)
gluVarTypeUtil.cpp 107 VarType curType = getVarType(type, path);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
MatParamTexture.java 48 technique.updateUniformParam(getPrefixedName(), getVarType(), getUnit(), true);
MatParam.java 89 public VarType getVarType() {
135 * It is assumed the value is of the same {@link MatParam#getVarType() type}
147 technique.updateUniformParam(getPrefixedName(), getVarType(), getValue(), true);
314 switch (getVarType()) {
Technique.java 192 newDefines.set(defineName, param.getVarType(), param.getValue());
Material.java 110 setParam(param.getName(), param.getVarType(), param.getValue());
387 if (type != null && paramDef.getVarType() != type) {
389 + "type {1} doesn''t match definition types {2}", new Object[]{name, type.name(), paramDef.getVarType()} );
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/material/plugins/
J3MLoader.java 277 Object valueObj = readValue(p.getVarType(), split[1]);
278 if (p.getVarType().isTextureType()){
279 material.setTextureParam(name, p.getVarType(), (Texture) valueObj);
281 material.setParam(name, p.getVarType(), valueObj);
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Uniform.java 188 public VarType getVarType() {
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 278 numComponents = glu::getVarType(varying.type, varPath).getScalarSize();
349 glu::VarType attribType = glu::getVarType(type, vecIter.getPath());
392 glu::VarType subType = glu::getVarType(type, vecIter.getPath());
501 output.type = glu::getVarType(varying.type, varPath);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 327 const glu::VarType subType = glu::getVarType(uniformInfo.type, subTypeIter.getPath());
562 const glu::VarType type = glu::getVarType(uniformInfo.type, subTypeIter.getPath());
    [all...]
es31fSSBOLayoutCase.cpp     [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 806 if (uniform.getVarType() == null) {
815 switch (uniform.getVarType()) {
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 810 if (uniform.getVarType() == null) {
817 switch (uniform.getVarType()) {
    [all...]

Completed in 593 milliseconds