Searched refs:glShaderType (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderStorageTests.cpp59 const char* getShaderExtensionDeclaration (glw::GLenum glShaderType) argument
61 switch (glShaderType)
71 glu::ShaderType getGLUShaderType (glw::GLenum glShaderType) argument
73 switch (glShaderType)
87 glw::GLenum getMaxSSBlockSizeEnum (glw::GLenum glShaderType) argument
89 switch (glShaderType)
103 int getMaxSSBlockSize (NegativeTestContext& ctx, glw::GLenum glShaderType) argument
106 ctx.glGetIntegerv(getMaxSSBlockSizeEnum(glShaderType), &maxSSBlocks);
186 int genMaxSSBlocksSource (NegativeTestContext& ctx, glw::GLenum glShaderType, glu::ProgramSources& sources) argument
188 int maxSSBlocks = getMaxSSBlockSize(ctx, glShaderType);
[all...]

Completed in 41 milliseconds