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

/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferAtomicFunctions.hpp111 std::string getComputeShaderCode(glw::GLint work_group_size) const;
H A DesextcTextureBufferMAXSizeValidation.hpp124 const char* getComputeShaderCode(void);
H A DesextcTextureBufferParamValueIntToFloatConversion.hpp116 std::string getComputeShaderCode(void);
H A DesextcTextureBufferAtomicFunctions.cpp117 std::string csSource = getComputeShaderCode(work_group_size);
130 std::string TextureBufferAtomicFunctions::getComputeShaderCode(glw::GLint work_group_size) const function in class:glcts::TextureBufferAtomicFunctions
H A DesextcTextureBufferActiveUniformValidation.hpp246 const char* getComputeShaderCode(void) const;
H A DesextcTextureBufferTextureBufferRange.hpp240 std::string getComputeShaderCode(FormatInfo& info) const;
H A DesextcTextureBufferMAXSizeValidation.cpp120 std::string csSource = getComputeShaderCode();
141 const char* TextureBufferMAXSizeValidation::getComputeShaderCode() function in class:glcts::TextureBufferMAXSizeValidation
H A DesextcTextureBufferParamValueIntToFloatConversion.cpp123 std::string csSource = getComputeShaderCode();
144 std::string TextureBufferParamValueIntToFloatConversion::getComputeShaderCode() function in class:glcts::TextureBufferParamValueIntToFloatConversion
H A DesextcTextureBufferOperations.hpp282 std::string getComputeShaderCode(void) const;
H A DesextcTextureBufferActiveUniformValidation.cpp618 const char* TextureBufferActiveUniformValidationCS::getComputeShaderCode() const function in class:glcts::TextureBufferActiveUniformValidationCS
667 const char* csCode = getComputeShaderCode();
H A DesextcTextureBufferOperations.cpp136 std::string csSource = getComputeShaderCode();
160 std::string TextureBufferOperations::getComputeShaderCode() const function in class:glcts::TextureBufferOperations
H A DesextcTextureBufferTextureBufferRange.cpp676 std::string TextureBufferTextureBufferRange::getComputeShaderCode(FormatInfo& info) const function in class:glcts::TextureBufferTextureBufferRange
995 std::string csSource = getComputeShaderCode(info);
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5ImagesArrayIndexing.hpp126 std::string getComputeShaderCode(const std::string& layout_size_x, const std::string& layout_size_y);
H A DesextcGPUShader5ImagesArrayIndexing.cpp102 compute_shader_code = getComputeShaderCode(local_size_x_stringstream.str(), local_size_y_stringstream.str());
314 std::string GPUShader5ImagesArrayIndexing::getComputeShaderCode(const std::string& local_size_x, function in class:glcts::GPUShader5ImagesArrayIndexing
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageOperations.hpp139 const char* getComputeShaderCode(void);
H A DesextcTextureCubeMapArrayImageTextureSize.hpp335 const char* getComputeShaderCode(void);
H A DesextcTextureCubeMapArrayImageOperations.cpp778 const char* csCode = getComputeShaderCode();
908 const char* TextureCubeMapArrayImageOpCompute::getComputeShaderCode() function in class:glcts::TextureCubeMapArrayImageOpCompute
H A DesextcTextureCubeMapArrayImageTextureSize.cpp1465 const char* csCode = getComputeShaderCode();
1494 const char* TextureCubeMapArrayTextureSizeRTComputeShader::getComputeShaderCode(void) function in class:glcts::TextureCubeMapArrayTextureSizeRTComputeShader

Completed in 129 milliseconds