Home
last modified time | relevance | path

Searched refs:PVRTShaderLoadBinaryFromMemory (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTBackground.cpp126 …bResult = (PVRTShaderLoadBinaryFromMemory(_BackgroundFragShader_fsc, _BackgroundFragShader_fsc_siz… in Init()
128 … && (PVRTShaderLoadBinaryFromMemory(_BackgroundVertShader_vsc, _BackgroundVertShader_vsc_size, in Init()
DPVRTShader.cpp122 EPVRTError PVRTShaderLoadBinaryFromMemory( const void* const ShaderData, in PVRTShaderLoadBinaryFromMemory() function
200 …if(PVRTShaderLoadBinaryFromMemory(ShaderFile.DataPtr(), ShaderFile.Size(), Type, Format, pObject, … in PVRTShaderLoadFromFile()
DPVRTShader.h49 EPVRTError PVRTShaderLoadBinaryFromMemory( const void* const ShaderData,
DPVRTPFXParserAPI.cpp285 …if (PVRTShaderLoadBinaryFromMemory(src.GetVertexShader(uiVertIdx).pbGLSLBinary, src.GetVertexShade… in LoadShadersForEffect()
332 …if (PVRTShaderLoadBinaryFromMemory(src.GetFragmentShader(uiFragIdx).pbGLSLBinary, src.GetFragmentS… in LoadShadersForEffect()