Home
last modified time | relevance | path

Searched refs:arrayData (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DTextureHelper.java286 ArrayList<ByteBuffer> arrayData = new ArrayList<ByteBuffer>(1); in mergeTextures() local
287 arrayData.add(data); in mergeTextures()
288 result = new Texture3D(new Image(Format.RGB8, width, height, depth, arrayData)); in mergeTextures()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp5347 static const tcu::Vec4 arrayData[] = in init() local
5376 gl.bufferData(GL_ARRAY_BUFFER, sizeof(arrayData), &arrayData[0], GL_STATIC_DRAW); in init()
5689 static const tcu::Vec4 arrayData[] = in init() local
5713 gl.bufferData(GL_ARRAY_BUFFER, sizeof(arrayData), &arrayData[0], GL_STATIC_DRAW); in init()