Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Dreader_test.js693 var floatData = [1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7, 8.8, 9.9, 10.10];
697 for (var i = 0; i < floatData.length; i++) {
698 floatData[i] = truncate(floatData[i]);
713 writer.writePackedFloat(2, floatData);
756 assertElementsEquals(reader.readPackedFloat(), floatData);
/external/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp199 std::vector<GLfloat> floatData (4); in readn_pixels() local
227 ctx.glReadnPixels(0, 0, 1, 1, GL_RGBA, GL_FLOAT, (int) floatData.size(), &floatData[0]); in readn_pixels()
277 std::vector<float> floatData(4); in read_pixels_fbo_format_mismatch() local
295 ctx.glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]); in read_pixels_fbo_format_mismatch()
302 ctx.glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]); in read_pixels_fbo_format_mismatch()
309 ctx.glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]); in read_pixels_fbo_format_mismatch()
320 ctx.glReadPixels (0, 0, 1, 1, GL_RGBA, GL_INT, &floatData[0]); in read_pixels_fbo_format_mismatch()
/external/deqp/modules/gles3/functional/
Des3fNegativeBufferApiTests.cpp233 std::vector<float> floatData(4); in init()
251 glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]); in init()
258 glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]); in init()
265 glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]); in init()