Home
last modified time | relevance | path

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

/third_party/cJSON/
DCMakeLists.txt102 string(REGEX REPLACE "[^a-zA-Z0-9]" "" current_variable ${compiler_flag})
104 CHECK_C_COMPILER_FLAG(${compiler_flag} "FLAG_SUPPORTED_${current_variable}")
105 if (FLAG_SUPPORTED_${current_variable})
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp8936 _variable& current_variable = variables[n_variable]; in buildTestProgram() local
8941 if (current_variable.array_size > 1) in buildTestProgram()
8946current_variable.attribute_location = gl.getAttribLocation(m_po_id, attribute_name_sstream.str().c… in buildTestProgram()
8948 if (current_variable.attribute_location == -1) in buildTestProgram()