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