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

12

/external/deqp/framework/opengl/
H A DgluQueryUtil.inl15 case GL_ALIASED_POINT_SIZE_RANGE: return 2;
H A DgluStrUtil.inl56 case GL_ALIASED_POINT_SIZE_RANGE: return "GL_ALIASED_POINT_SIZE_RANGE";
1173 case GL_ALIASED_POINT_SIZE_RANGE: return "GL_ALIASED_POINT_SIZE_RANGE";
/external/deqp/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp198 LIMIT_CASE(aliased_point_size_range, GL_ALIASED_POINT_SIZE_RANGE, FloatRange, FloatRange(1,1));
H A Des2fRasterizationTests.cpp147 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_POINT_SIZE_RANGE, range);
450 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_POINT_SIZE_RANGE, range);
573 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange);
575 << "GL_ALIASED_POINT_SIZE_RANGE is [" << pointSizeRange[0] << ", " << pointSizeRange[1] << "]"
H A Des2fShaderBuiltinVarTests.cpp475 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, &pointSizeRange[0]);
476 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE)");
479 throw tcu::TestError("Invalid GL_ALIASED_POINT_SIZE_RANGE");
H A Des2fFloatStateQueryTests.cpp1069 m_verifier->verifyFloatRange(m_testCtx, GL_ALIASED_POINT_SIZE_RANGE, 1, 1);
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderInput.cpp918 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, point_size_range);
1190 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, point_size_range);
H A DesextcGeometryShaderLimits.cpp1055 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, point_size_range);
/external/deqp/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp215 GL_ALIASED_POINT_SIZE_RANGE,
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPoints.cpp177 gl.getIntegerv(GL_ALIASED_POINT_SIZE_RANGE, gl_max_point_size_value);
178 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv() for GL_ALIASED_POINT_SIZE_RANGE failed.");
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp429 case GL_ALIASED_POINT_SIZE_RANGE:
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp449 LIMIT_CASE(aliased_point_size_range, GL_ALIASED_POINT_SIZE_RANGE, FloatRange, FloatRange(1,1));
H A Des3fShaderBuiltinVarTests.cpp497 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, &pointSizeRange[0]);
498 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE)");
501 throw tcu::TestError("Invalid GL_ALIASED_POINT_SIZE_RANGE");
H A Des3fFloatStateQueryTests.cpp1214 m_verifier->verifyFloatRange(m_testCtx, GL_ALIASED_POINT_SIZE_RANGE, 1, 1);
/external/deqp/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp181 const Vec2 range = getRange(gl, GL_ALIASED_POINT_SIZE_RANGE);
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/mesa3d/include/GLES/
H A Dgl.h201 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/external/swiftshader/include/GLES/
H A Dgl.h165 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
H A Dgl.h201 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h169 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp1144 case GL_ALIASED_POINT_SIZE_RANGE:
1513 case GL_ALIASED_POINT_SIZE_RANGE:
1673 case GL_ALIASED_POINT_SIZE_RANGE:
/external/mesa3d/include/GLES2/
H A Dgl2.h149 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/external/mesa3d/prebuilt-intermediates/main/
H A Dget_hash.h31 { GL_ALIASED_POINT_SIZE_RANGE, CONTEXT_FLOAT2(Const.MinPointSize), NO_EXTRA },
/external/swiftshader/include/GLES2/
H A Dgl2.h151 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
H A Dgl3.h193 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro

Completed in 713 milliseconds

12