HomeSort by relevance Sort by last modified time
    Searched defs:vsh (Results 1 - 8 of 8) sorted by null

  /external/u-boot/tools/
mkexynosspl.c 164 struct var_size_header vsh; local
167 memset(&vsh, 0, sizeof(vsh));
168 memcpy(&vsh.spl_checksum, &checksum, sizeof(checksum));
171 memcpy(&vsh.spl_size, &spl_size, sizeof(spl_size));
172 write_to_file(ofd, &vsh, sizeof(vsh));
  /external/deqp/external/openglcts/modules/common/
glcTestSubcase.cpp 155 string vsh = VertexShader(); local
156 if (!vsh.empty())
157 WriteField(log, "OpenGL vertex shader", vsh);
  /external/deqp/external/openglcts/modules/gl/
gl4cClipControlTests.cpp 441 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh())));
495 const char* vsh() function in class:gl4cts::ClipControlOriginTest
642 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh())));
680 const char* vsh() function in class:gl4cts::ClipControlDepthModeZeroToOneTest
831 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh())));
869 const char* vsh() function in class:gl4cts::ClipControlDepthModeOneToOneTest
1004 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh())));
1061 const char* vsh() function in class:gl4cts::ClipControlFaceCulling
1248 const char* vsh() function in class:gl4cts::ClipControlViewportBounds
    [all...]
gl4cTextureBarrierTests.cpp 133 virtual const char* vsh() function in class:gl4cts::TextureBarrierBasicOutline
418 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh())));
gl4cES31CompatibilityShaderImageLoadStoreTests.cpp 5386 const GLuint vsh = glCreateShader(GL_VERTEX_SHADER); local
    [all...]
gl4cProgramInterfaceQueryTests.cpp 5052 GLuint vsh = glCreateShader(GL_VERTEX_SHADER); local
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cProgramInterfaceQueryTests.cpp 3590 GLuint vsh = glCreateShader(GL_VERTEX_SHADER); local
    [all...]
es31cShaderImageLoadStoreTests.cpp 5341 const GLuint vsh = glCreateShader(GL_VERTEX_SHADER); local
    [all...]

Completed in 512 milliseconds