Searched refs:getGLInt (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 114 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name) in getGLInt() function 955 const int vertexTexUnitsSupported = getGLInt(funcs, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS); in init() 956 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS); in init() 957 const int combinedTexUnitsSupported = getGLInt(funcs, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 98 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name) in getGLInt() function 966 const int vertexTexUnitsSupported = getGLInt(funcs, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS); in init() 967 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS); in init() 968 const int combinedTexUnitsSupported = getGLInt(funcs, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 110 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name) in getGLInt() function 1137 const int vertexTexUnitsSupported = getGLInt(funcs, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS); in init() 1138 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS); in init() 1139 const int combinedTexUnitsSupported = getGLInt(funcs, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS); in init()
|