Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DScopedGLState.cpp45 gl.glGetFloatv(name, v.floatData); in push()
129 gl.glDepthRange(v.floatData[0], v.floatData[1]); in ~ScopedGLState()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DScopedGLState.h39 float floatData[4]; member