HomeSort by relevance Sort by last modified time
    Searched refs:COMMON_BUILTINS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
Initialize.cpp 33 symbolTable.insertBuiltIn(COMMON_BUILTINS, float1, "radians", float1);
34 symbolTable.insertBuiltIn(COMMON_BUILTINS, float2, "radians", float2);
35 symbolTable.insertBuiltIn(COMMON_BUILTINS, float3, "radians", float3);
36 symbolTable.insertBuiltIn(COMMON_BUILTINS, float4, "radians", float4);
38 symbolTable.insertBuiltIn(COMMON_BUILTINS, float1, "degrees", float1);
39 symbolTable.insertBuiltIn(COMMON_BUILTINS, float2, "degrees", float2);
40 symbolTable.insertBuiltIn(COMMON_BUILTINS, float3, "degrees", float3);
41 symbolTable.insertBuiltIn(COMMON_BUILTINS, float4, "degrees", float4);
43 symbolTable.insertBuiltIn(COMMON_BUILTINS, float1, "sin", float1);
44 symbolTable.insertBuiltIn(COMMON_BUILTINS, float2, "sin", float2)
    [all...]
SymbolTable.h 304 COMMON_BUILTINS = 0,

Completed in 28 milliseconds