Home
last modified time | relevance | path

Searched refs:numLocations (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryExporter.java268 int numLocations = locationTable.keySet().size(); in save() local
269 os.write(ByteUtils.convertToBytes(numLocations)); in save()
294 logger.log(Level.INFO, "objects: {0}", numLocations); in save()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp636 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in generateLocationMap() local
640 location += numLocations; in generateLocationMap()
642 for (int ndx = 0; ndx < numLocations; ++ndx) in generateLocationMap()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp1057 int numLocations = useArray ? arrayLen : 1; in createRandomCase() local
1061 for (int ndx = 0; ndx < numLocations; ndx++) in createRandomCase()
1064 curLoc += numLocations; in createRandomCase()