Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp114 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/
Des2fUniformApiTests.cpp98 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/
Des3fUniformApiTests.cpp110 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()