Home
last modified time | relevance | path

Searched refs:getVarType (Results 1 – 13 of 13) sorted by relevance

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp103 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
DgluVarTypeUtil.cpp107 VarType curType = getVarType(type, path); in parseTypePath()
/external/jmonkeyengine/engine/src/core/com/jme3/material/
DMatParam.java89 public VarType getVarType() { in getVarType() method in MatParam
147 technique.updateUniformParam(getPrefixedName(), getVarType(), getValue(), true); in apply()
314 switch (getVarType()) { in read()
DMaterial.java110 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()
DMatParamTexture.java48 technique.updateUniformParam(getPrefixedName(), getVarType(), getUnit(), true); in apply()
DTechnique.java192 newDefines.set(defineName, param.getVarType(), param.getValue()); in makeCurrent()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/material/plugins/
DJ3MLoader.java277 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/
DUniform.java188 public VarType getVarType() { in getVarType() method in Uniform
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp278 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/
Des31fUniformLocationTests.cpp327 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()
Des31fSSBOLayoutCase.cpp1056 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/
DOGLESShaderRenderer.java806 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/
DLwjglRenderer.java810 if (uniform.getVarType() == null) { in updateUniform()
817 switch (uniform.getVarType()) { in updateUniform()
882 … throw new UnsupportedOperationException("Unsupported uniform type: " + uniform.getVarType()); in updateUniform()