Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.h102 bool allowedPrecisionType(GLenum precisiontype);
DGLESv2Validation.cpp1487 bool allowedPrecisionType(GLenum precisiontype) { in allowedPrecisionType() function
DGL2Encoder.cpp6693 SET_ERROR_IF(!GLESv2Validation::allowedPrecisionType(precisiontype), GL_INVALID_ENUM); in s_glGetShaderPrecisionFormat()