/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.h | 570 if (from == GL_TESS_GEN_POINT_MODE) in FromGLenum() 596 return GL_TESS_GEN_POINT_MODE; in ToGLenum() 610 ANGLE_VALIDATE_PACKED_ENUM(TessEvaluationType, PointMode, GL_TESS_GEN_POINT_MODE);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramStateQueryTests.cpp | 290 verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_POINT_MODE, GL_FALSE, m_verifier); in iterate() 309 verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_POINT_MODE, GL_FALSE, m_verifier); in iterate() 328 verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_POINT_MODE, GL_TRUE, m_verifier); in iterate()
|
H A D | es31fNegativeTessellationTests.cpp | 400 ctx.beginSection("GL_INVALID_OPERATION is generated if GL_TESS_GEN_POINT_MODE is queried for a program which has not been linked properly."); in invalid_get_programiv() 401 ctx.glGetProgramiv(program, GL_TESS_GEN_POINT_MODE, ¶ms[0]); in invalid_get_programiv()
|
H A D | es31fTessellationTests.cpp | 7095 verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_POINT_MODE, s_modes[ndx].mode, QUERY_PROGRAM_INTEGER);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcExtTokens.cpp | 95 TESS_GEN_POINT_MODE = GL_TESS_GEN_POINT_MODE; in init()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ShaderLang.cpp | 138 return GL_TESS_GEN_POINT_MODE; in GetTessellationShaderTypeEnum()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 906 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderapi.c | 1011 case GL_TESS_GEN_POINT_MODE: in get_programiv()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl32.h | 1636 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl32.h | 1617 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl32.h | 1638 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl32.h | 1617 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1735 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|
H A D | glext.h | 1683 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1716 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|
H A D | glext.h | 1664 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1772 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|
H A D | glext.h | 1719 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 1772 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|
H A D | glext.h | 1719 #define GL_TESS_GEN_POINT_MODE 0x8E79 macro
|