Home
last modified time | relevance | path

Searched defs:vsCode (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageOperations.cpp827 const char *vsCode = vs ? getVertexShaderCode() : getVertexShaderCodeBoilerPlate(); in configureProgram() local
845 const char *vsCode = getVertexShaderCodeBoilerPlate(); in configureProgram() local
869 const char *vsCode = getVertexShaderCodeBoilerPlate(); in configureProgram() local
H A DesextcTextureCubeMapArrayImageTextureSize.cpp550 const char *vsCode = getVertexShaderCode(); in configureProgram() local
676 const char *vsCode = getVertexShaderCode(); in configureProgram() local
832 const char *vsCode = getVertexShaderCode(); in configureProgram() local
1340 const char *vsCode = getVertexShaderCode(); in configureProgram() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.cpp236 const char *vsCode = vsSource.c_str(); in initSecondPhase() local
913 const char *vsCode = vsSource.c_str(); in initializeBufferObjectData() local
1198 const char *vsCode = vsSource.c_str(); in initializeBufferObjectData() local
H A DesextcTextureBufferActiveUniformValidation.cpp542 const char *vsCode = getVertexShaderCode(); in createProgram() local
H A DesextcTextureBufferTextureBufferRange.cpp929 const char *vsCode = vsSource.c_str(); in iterate() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5FmaPrecision.cpp184 std::string vsCode = generateVertexShaderCode(); in initTest() local
503 std::stringstream vsCode; in generateVertexShaderCode() local
H A DesextcGPUShader5SamplerArrayIndexing.cpp157 const char *vsCode = getVertexShaderCode(); in initTest() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderAdjacency.cpp300 const char *vsCode = getVertexShaderCode(); in initTest() local
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp267 const char *vsCode = getVertexShaderCode(); in initTest() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp228 std::string vsCode = getVertexShaderCode(); in initTest() local
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnGraphicsPipeline.cpp336 std::string vsCode, fsCode; in Make() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcPackedDepthStencilTests.cpp579 GLuint BaseTest::createProgram(const char *vsCode, const char *fsCode) in createProgram()