Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsTextureStateQueryTests.cpp981 const glw::GLfloat decodeFloat = (glw::GLfloat)GL_DECODE_EXT; in test() local
2379 const glw::GLfloat decodeFloat = (glw::GLfloat)GL_DECODE_EXT; in test() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DArrayDecoders.java163 static float decodeFloat(byte[] data, int position) { in decodeFloat() method in ArrayDecoders