/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 103 VarType getVarType (const VarType& type, Iterator begin, Iterator end); 106 inline VarType getVarType (const VarType& type, const TypeComponentVector& path) { return getVarT… in getVarType() function 143 VarType getType (void) const { return getVarType(m_type, m_path); } in getType() 173 …VarType getType (void) const { return getVarType(*m_type, m_path.begin(), m_path.end());… in getType() 227 DE_ASSERT(IsExpanded()(getVarType(*m_type, m_path))); in operator ++() 243 VarType parentType = getVarType(*m_type, m_path.begin(), m_path.end()-1); in removeTraversed() 286 VarType curType = getVarType(*m_type, m_path); in findNext() 374 VarType getVarType (const VarType& type, Iterator begin, Iterator end) in getVarType() function
|
D | gluVarTypeUtil.cpp | 107 VarType curType = getVarType(type, path); in parseTypePath()
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
D | MatParam.java | 89 public VarType getVarType() { in getVarType() method in MatParam 147 technique.updateUniformParam(getPrefixedName(), getVarType(), getValue(), true); in apply() 314 switch (getVarType()) { in read()
|
D | Material.java | 110 setParam(param.getName(), param.getVarType(), param.getValue()); in Material() 387 if (type != null && paramDef.getVarType() != type) { in checkSetParam() 389 …{1} doesn''t match definition types {2}", new Object[]{name, type.name(), paramDef.getVarType()} ); in checkSetParam() 937 param.getVarType(), in preload() 1117 param.setName(checkSetParam(param.getVarType(), param.getName())); in read() 1126 setParam(param.getName(), param.getVarType(), param.getValue()); in read()
|
D | MatParamTexture.java | 48 technique.updateUniformParam(getPrefixedName(), getVarType(), getUnit(), true); in apply()
|
D | Technique.java | 192 newDefines.set(defineName, param.getVarType(), param.getValue()); in makeCurrent()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/material/plugins/ |
D | J3MLoader.java | 277 Object valueObj = readValue(p.getVarType(), split[1]); in readValueParam() 278 if (p.getVarType().isTextureType()){ in readValueParam() 279 material.setTextureParam(name, p.getVarType(), (Texture) valueObj); in readValueParam() 281 material.setParam(name, p.getVarType(), valueObj); in readValueParam()
|
/external/jmonkeyengine/engine/src/core/com/jme3/shader/ |
D | Uniform.java | 188 public VarType getVarType() { in getVarType() method in Uniform
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 278 numComponents = glu::getVarType(varying.type, varPath).getScalarSize(); in isProgramSupported() 349 glu::VarType attribType = glu::getVarType(type, vecIter.getPath()); in genShaderSources() 392 glu::VarType subType = glu::getVarType(type, vecIter.getPath()); in genShaderSources() 501 output.type = glu::getVarType(varying.type, varPath); in computeTransformFeedbackOutputs()
|
/external/deqp/modules/gles31/functional/ |
D | es31fUniformLocationTests.cpp | 327 const glu::VarType subType = glu::getVarType(uniformInfo.type, subTypeIter.getPath()); in genShaderSources() 562 const glu::VarType type = glu::getVarType(uniformInfo.type, subTypeIter.getPath()); in render()
|
D | es31fSSBOLayoutCase.cpp | 1056 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getAPIName() 1097 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getShaderName()
|
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
D | OGLESShaderRenderer.java | 806 if (uniform.getVarType() == null) { in updateUniform() 815 switch (uniform.getVarType()) { in updateUniform() 916 … throw new UnsupportedOperationException("Unsupported uniform type: " + uniform.getVarType()); in updateUniform()
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
D | LwjglRenderer.java | 810 if (uniform.getVarType() == null) { in updateUniform() 817 switch (uniform.getVarType()) { in updateUniform() 882 … throw new UnsupportedOperationException("Unsupported uniform type: " + uniform.getVarType()); in updateUniform()
|