Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderErrors.cpp266 std::string so_code; in iterate() local
274 so_code = getFragmentShaderCode(n_po); in iterate()
283 so_code = getTessellationControlShaderCode(n_po); in iterate()
292 so_code = getTessellationEvaluationShaderCode(n_po); in iterate()
301 so_code = getVertexShaderCode(n_po); in iterate()
319 const char* so_unspecialized_code_ptr = so_code.c_str(); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLinking.cpp132 …const char* so_code = (n_shader_type == 0) ? specialized_fs_code_raw : specialized_gs_code_raw; in initShaderObjects() local
136 &so_code, DE_NULL); /* length */ in initShaderObjects()
406 const char* so_code = (n_shader_type == 0) ? in initShaderObjects() local
413 &so_code, DE_NULL); /* length */ in initShaderObjects()
763 const char* so_code = (n_shader_type == 0) ? in initShaderObjects() local
770 &so_code, DE_NULL); /* length */ in initShaderObjects()