Home
last modified time | relevance | path

Searched defs:MakeProgram (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/tessellate/
DGrPathShader.h46 static GrProgramInfo* MakeProgram(const ProgramArgs& args, const GrPathShader* shader, in MakeProgram() function
/external/OpenCL-CTS/test_conformance/half/
Dcl_utils.cpp219 cl_program MakeProgram( cl_device_id device, const char *source[], int count ) in MakeProgram() function
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp1554 static cl_program MakeProgram( Type outType, Type inType, SaturationMode sat, RoundingMode round,… in MakeProgram() function
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp254 GLuint MakeProgram(GLuint vs, GLuint fs) in MakeProgram() function in SwiftShaderTest