/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | MatrixTest.cpp | 87 GLuint vs = glCreateShader(GL_VERTEX_SHADER); in TEST_P() local 151 GLuint vs = glCreateShader(GL_VERTEX_SHADER); in TEST_P() local 217 GLuint vs = glCreateShader(GL_VERTEX_SHADER); in TEST_P() local 293 GLuint vs = glCreateShader(GL_VERTEX_SHADER); in TEST_P() local
|
D | LinkAndRelinkTest.cpp | 71 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local 353 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local 390 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
|
D | BlendFuncExtendedTest.cpp | 567 GLuint vs = CompileShader(GL_VERTEX_SHADER, essl3_shaders::vs::Simple()); in TEST_P() local 605 GLuint vs = CompileShader(GL_VERTEX_SHADER, essl3_shaders::vs::Simple()); in TEST_P() local 690 GLuint vs = CompileShader(GL_VERTEX_SHADER, essl3_shaders::vs::Simple()); in TEST_P() local
|
D | ContextLostTest.cpp | 71 GLuint vs = CompileShader(GL_VERTEX_SHADER, essl1_shaders::vs::Simple()); in TEST_P() local
|
D | BindUniformLocationTest.cpp | 150 GLuint vs = CompileShader(GL_VERTEX_SHADER, essl1_shaders::vs::Simple()); in TEST_P() local 447 void linkProgramWithUniformLocation(const char *vs, in linkProgramWithUniformLocation()
|
D | DrawBaseVertexVariantsTest.cpp | 139 const auto vs = ::GetQuadVertices(x, y); in DrawBaseVertexVariantsTest() local 175 constexpr char vs[] = R"( in setupProgram() local
|
D | MultiDrawTest.cpp | 195 const auto vs = getQuadVertices(x, y); in SetupBuffers() local
|
D | DrawBaseVertexBaseInstanceTest.cpp | 113 const auto vs = getQuadVertices(0, y); in DrawBaseVertexBaseInstanceTest() local
|
D | ComputeShaderTest.cpp | 209 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local 258 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local 313 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
|
D | MultiviewDrawTest.cpp | 1936 GLuint vs = CompileShader(GL_VERTEX_SHADER, vsSource.c_str()); in TEST_P() local
|
D | GLSLTest.cpp | 469 GLuint vs = CompileShader(GL_VERTEX_SHADER, vertexShader); in validateComponentsInErrorMessage() local 4343 GLuint vs = CompileShader(GL_VERTEX_SHADER, vsSource); in TEST_P() local 6001 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
|
D | StateChangeTest.cpp | 2923 GLuint vs = CompileShader(GL_VERTEX_SHADER, essl1_shaders::vs::Simple()); in TEST_P() local
|
D | WebGLCompatibilityTest.cpp | 4848 GLuint vs = CompileShader(GL_VERTEX_SHADER, kVS); in TEST_P() local
|
/device/generic/vulkan-cereal/third-party/angle/util/ |
D | shader_utils.cpp | 34 GLuint vs = CompileShader(GL_VERTEX_SHADER, vsSource); in CompileProgramInternal() local 305 namespace vs namespace 451 namespace vs namespace 541 namespace vs namespace
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
D | MultiviewPerf.cpp | 182 void createProgram(const char *vs, const char *fs) in createProgram() 316 const std::string vs = "#version 300 es\n" + in initializeBenchmark() local 400 const std::string &vs = "#version 300 es\n" + in initializeBenchmark() local
|
D | LinkProgramPerfTest.cpp | 143 GLuint vs = CompileShader(GL_VERTEX_SHADER, vertexShader); in drawBenchmark() local
|
D | TexturesPerf.cpp | 133 std::string vs = in initShaders() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Clear11.cpp | 140 const d3d11::VertexShader **vs, in getShadersAndLayout() 724 const d3d11::VertexShader *vs = nullptr; in clearFramebuffer() local
|
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/ |
D | vulkantypes.py | 439 def __init__(self, vs, body): argument
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 1305 GLuint vs = ANGLE_GL_TRY(context, mFunctions->createShader(GL_VERTEX_SHADER)); in getBlitProgram() local
|