Searched refs:GL_ALIASED_POINT_SIZE_RANGE (Results 1 - 25 of 41) 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 Des2fShaderBuiltinVarTests.cpp474 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, &pointSizeRange[0]);
475 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE)");
478 throw tcu::TestError("Invalid GL_ALIASED_POINT_SIZE_RANGE");
H A Des2fRasterizationTests.cpp148 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_POINT_SIZE_RANGE, range);
451 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_POINT_SIZE_RANGE, range);
H A Des2fFloatStateQueryTests.cpp1069 m_verifier->verifyFloatRange(m_testCtx, GL_ALIASED_POINT_SIZE_RANGE, 1, 1);
H A Des2fClippingTests.cpp304 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, pointSizeRange);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp414 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);
H A Des31fTessellationGeometryInteractionTests.cpp1823 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, aliasedSizeRange);
/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/mesa3d/include/GLES2/
H A Dgl2.h169 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D macro
/external/swiftshader/include/GLES/
H A Dgl.h201 #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.cpp1140 case GL_ALIASED_POINT_SIZE_RANGE:
1478 case GL_ALIASED_POINT_SIZE_RANGE:
1638 case GL_ALIASED_POINT_SIZE_RANGE:
/external/swiftshader/include/GLES2/
H A Dgl2.h149 #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
/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp1232 case GL_ALIASED_POINT_SIZE_RANGE:
1623 case GL_ALIASED_POINT_SIZE_RANGE:
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1806 case GL_ALIASED_POINT_SIZE_RANGE:
2631 case GL_ALIASED_POINT_SIZE_RANGE:
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl618 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D

Completed in 342 milliseconds

12