Home
last modified time | relevance | path

Searched refs:AEP_tessellation_point_size (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DVersions.h361 const char* const AEP_tessellation_point_size[] = { E_GL_EXT_tessellation_point_size, E_GL_OES_tess… variable
362 …int Num_AEP_tessellation_point_size = sizeof(AEP_tessellation_point_size)/sizeof(AEP_tessellation_…
DInitialize.cpp8151 …etVariableExtensions("gl_PointSize", Num_AEP_tessellation_point_size, AEP_tessellation_point_size); in identifyBuiltIns()
8152 …Extensions("gl_out", "gl_PointSize", Num_AEP_tessellation_point_size, AEP_tessellation_point_size); in identifyBuiltIns()
10277 …eExtensions("gl_in", "gl_PointSize", Num_AEP_tessellation_point_size, AEP_tessellation_point_size); in identifyBuiltIns()