Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPath.cpp11 char* floatData = reinterpret_cast<char*>(&f); in get_top_n_float_bits() local
12 uint32_t floatBits = *reinterpret_cast<uint32_t*>(floatData); in get_top_n_float_bits()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DVertexBuffer.java603 FloatBuffer floatData = (FloatBuffer) data; in convertToHalf() local
604 floatData.rewind(); in convertToHalf()
606 for (int i = 0; i < floatData.capacity(); i++){ in convertToHalf()
607 float f = floatData.get(i); in convertToHalf()
/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()
/external/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp233 std::vector<float> floatData(4); in read_pixels_fbo_format_mismatch() local
251 ctx.glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]); in read_pixels_fbo_format_mismatch()
258 ctx.glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]); in read_pixels_fbo_format_mismatch()
265 ctx.glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]); in read_pixels_fbo_format_mismatch()