Home
last modified time | relevance | path

Searched refs:GL_ALIASED_POINT_SIZE_RANGE (Results 1 - 25 of 63) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DPointSpritesTest.cpp49 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange); in testPointCoordAndPointSizeCompliance()
162 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange); in TEST_P()
189 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange);
349 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange);
403 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange);
469 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DPointParameterTest.cpp51 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, range); in TEST_P()
111 glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE, range); in TEST_P()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp198 LIMIT_CASE(aliased_point_size_range, GL_ALIASED_POINT_SIZE_RANGE, FloatRange, FloatRange(1,1)); in init()
H A Des2fRasterizationTests.cpp147 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_POINT_SIZE_RANGE, range); in init()
453 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_POINT_SIZE_RANGE, range); in iterate()
576 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange); in iterate()
578 << "GL_ALIASED_POINT_SIZE_RANGE is [" << pointSizeRange[0] << ", " << pointSizeRange[1] << "]" in iterate()
H A Des2fShaderBuiltinVarTests.cpp476 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, &pointSizeRange[0]); in iterate()
477 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE)"); in iterate()
480 throw tcu::TestError("Invalid GL_ALIASED_POINT_SIZE_RANGE"); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderInput.cpp917 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, point_size_range); in init()
1188 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, point_size_range); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp215 GL_ALIASED_POINT_SIZE_RANGE, in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp449 LIMIT_CASE(aliased_point_size_range, GL_ALIASED_POINT_SIZE_RANGE, FloatRange, FloatRange(1,1)); in init()
H A Des3fShaderBuiltinVarTests.cpp497 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, &pointSizeRange[0]); in iterate()
498 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE)"); in iterate()
501 throw tcu::TestError("Invalid GL_ALIASED_POINT_SIZE_RANGE"); in iterate()
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h159 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h163 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPoints.cpp177 gl.getIntegerv(GL_ALIASED_POINT_SIZE_RANGE, gl_max_point_size_value); in initTest()
178 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv() for GL_ALIASED_POINT_SIZE_RANGE failed."); in initTest()
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
H A Dgl.h163 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h159 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp181 const Vec2 range = getRange(gl, glu::isContextTypeES(renderCtx.getType()) ? GL_ALIASED_POINT_SIZE_RANGE : GL_SMOOTH_POINT_SIZE_RANGE); in drawRandomPrimitives()
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp434 case GL_ALIASED_POINT_SIZE_RANGE: in glGetFloatv()
/third_party/openGLES/api/GLES/1.0/
H A Dgl.h219 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h124 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H A Dgl.h219 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h145 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp779 // Desktop GL core profile deprecated the GL_ALIASED_POINT_SIZE_RANGE query. Use in GenerateCaps()
788 std::max(1.0f, QueryGLFloatRange(functions, GL_ALIASED_POINT_SIZE_RANGE, 0)); in GenerateCaps()
789 caps->maxAliasedPointSize = QueryGLFloatRange(functions, GL_ALIASED_POINT_SIZE_RANGE, 1); in GenerateCaps()
/third_party/mesa3d/include/GLES/
H A Dgl.h165 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/third_party/openGLES/api/GLES/
H A Dgl.h146 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H A Dgl.h165 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dgl.h165 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro

Completed in 35 milliseconds

123