Home
last modified time | relevance | path

Searched defs:decodeFloat (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp982 const glw::GLfloat decodeFloat = (glw::GLfloat)GL_DECODE_EXT; in test() local
2380 const glw::GLfloat decodeFloat = (glw::GLfloat)GL_DECODE_EXT; in test() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DArrayDecoders.java179 static float decodeFloat(byte[] data, int position) { in decodeFloat() method in ArrayDecoders