Searched refs:PVRTShaderLoadBinaryFromMemory (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTBackground.cpp | 126 …bResult = (PVRTShaderLoadBinaryFromMemory(_BackgroundFragShader_fsc, _BackgroundFragShader_fsc_siz… in Init() 128 … && (PVRTShaderLoadBinaryFromMemory(_BackgroundVertShader_vsc, _BackgroundVertShader_vsc_size, in Init()
|
D | PVRTShader.cpp | 122 EPVRTError PVRTShaderLoadBinaryFromMemory( const void* const ShaderData, in PVRTShaderLoadBinaryFromMemory() function 200 …if(PVRTShaderLoadBinaryFromMemory(ShaderFile.DataPtr(), ShaderFile.Size(), Type, Format, pObject, … in PVRTShaderLoadFromFile()
|
D | PVRTShader.h | 49 EPVRTError PVRTShaderLoadBinaryFromMemory( const void* const ShaderData,
|
D | PVRTPFXParserAPI.cpp | 285 …if (PVRTShaderLoadBinaryFromMemory(src.GetVertexShader(uiVertIdx).pbGLSLBinary, src.GetVertexShade… in LoadShadersForEffect() 332 …if (PVRTShaderLoadBinaryFromMemory(src.GetFragmentShader(uiFragIdx).pbGLSLBinary, src.GetFragmentS… in LoadShadersForEffect()
|