Searched refs:expected_cl_gl_mipmap_level (Results 1 – 4 of 4) sorted by relevance
/external/OpenCL-CTS/test_conformance/gles/ |
D | helpers.cpp | 434 GLenum expected_cl_gl_texture_target, GLint expected_cl_gl_mipmap_level) in CheckGLObjectInfo() argument 465 if (mipmap_level != expected_cl_gl_mipmap_level) { in CheckGLObjectInfo() 466 …did not return expected mipmap level: expected %d, got %d.\n", expected_cl_gl_mipmap_level, mipmap… in CheckGLObjectInfo()
|
D | testBase.h | 64 … GLenum expected_cl_gl_texture_target, GLint expected_cl_gl_mipmap_level);
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | testBase.h | 58 … GLenum expected_cl_gl_texture_target, GLint expected_cl_gl_mipmap_level);
|
D | helpers.cpp | 546 GLenum expected_cl_gl_texture_target, GLint expected_cl_gl_mipmap_level) in CheckGLObjectInfo() argument 584 if (mipmap_level != expected_cl_gl_mipmap_level) { in CheckGLObjectInfo() 585 …did not return expected mipmap level: expected %d, got %d.\n", expected_cl_gl_mipmap_level, mipmap… in CheckGLObjectInfo()
|