Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 24 of 24) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DLinkAndRelinkTest.cpp72 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, kFS); in TEST_P() local
354 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, kFS); in TEST_P() local
391 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, kFS); in TEST_P() local
DBlendFuncExtendedTest.cpp568 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, kFS); in TEST_P() local
606 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, kFS); in TEST_P() local
691 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, fragShader.str().c_str()); in TEST_P() local
DPointSpritesTest.cpp127 constexpr char fs[] = in TEST_P() local
149 constexpr char fs[] = in TEST_P() local
DContextLostTest.cpp72 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, essl1_shaders::fs::UniformColor()); in TEST_P() local
DBindUniformLocationTest.cpp151 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, kFS); in TEST_P() local
448 const char *fs, in linkProgramWithUniformLocation()
DDrawBaseVertexVariantsTest.cpp185 constexpr char fs[] = R"( in setupProgram() local
DComputeShaderTest.cpp210 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, kFS); in TEST_P() local
259 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, kFS); in TEST_P() local
314 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, kFS); in TEST_P() local
DGLSLTest.cpp470 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, fragmentShader); in validateComponentsInErrorMessage() local
4363 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, fsSource); in TEST_P() local
6002 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, kFS); in TEST_P() local
6067 GLuint fs = GetProgramShader(program.get(), GL_FRAGMENT_SHADER); in TEST_P() local
DMultiviewDrawTest.cpp1938 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, FS.c_str()); in TEST_P() local
DRobustResourceInitTest.cpp1015 std::string fs = GetSimpleTextureFragmentShader(samplerType); in testIntegerTextureInit() local
DWebGLCompatibilityTest.cpp4850 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, kFS); in TEST_P() local
/device/generic/vulkan-cereal/third-party/angle/util/
Dshader_utils.cpp35 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, fsSource); in CompileProgramInternal() local
361 namespace fs namespace
491 namespace fs namespace
581 namespace fs namespace
/device/google/trout/hal/dumpstate/1.1/
DDumpstateDevice.h30 namespace fs = android::hardware::automotive::filesystem; variable
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DMultiviewPerf.cpp182 void createProgram(const char *vs, const char *fs) in createProgram()
328 const std::string fs = in initializeBenchmark() local
427 const std::string &fs = in initializeBenchmark() local
DLinkProgramPerfTest.cpp144 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, fragmentShader); in drawBenchmark() local
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dtranslate_math.js9 const fs = require("fs"); constant
/device/google/cuttlefish/host/libs/msg_queue/
Dmsg_queue.cc50 std::fstream fs; in Create() local
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dweight_infill.cc68 const int fs = grid_space_coords.first & 0xF; in BilerpGridPointFactorsForWeight() local
/device/google/coral-kernel/sm8150/kernel-headers/video/
Duvesafb.h37 __u16 fs; member
/device/google/coral-kernel/sm8150/original-kernel-headers/video/
Duvesafb.h22 __u16 fs; member
/device/google/sunfish-kernel/sm7150/original-kernel-headers/video/
Duvesafb.h22 __u16 fs; member
/device/google/sunfish-kernel/sm7150/kernel-headers/video/
Duvesafb.h37 __u16 fs; member
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXlibint.h649 #define CI_GET_CHAR_INFO_1D(fs,col,def,cs) \ argument
662 #define CI_GET_DEFAULT_INFO_1D(fs,cs) \ argument
671 #define CI_GET_CHAR_INFO_2D(fs,row,col,def,cs) \ argument
688 #define CI_GET_DEFAULT_INFO_2D(fs,cs) \ argument
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp1477 GLuint fs = ANGLE_GL_TRY(context, mFunctions->createShader(GL_FRAGMENT_SHADER)); in getBlitProgram() local