HomeSort by relevance Sort by last modified time
    Searched refs:PVRTShaderLoadBinaryFromMemory (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTShader.h 49 EPVRTError PVRTShaderLoadBinaryFromMemory( const void* const ShaderData,
PVRTBackground.cpp 126 bResult = (PVRTShaderLoadBinaryFromMemory(_BackgroundFragShader_fsc, _BackgroundFragShader_fsc_size,
128 && (PVRTShaderLoadBinaryFromMemory(_BackgroundVertShader_vsc, _BackgroundVertShader_vsc_size,
PVRTShader.cpp 112 @Function PVRTShaderLoadBinaryFromMemory
122 EPVRTError PVRTShaderLoadBinaryFromMemory( const void* const ShaderData,
200 if(PVRTShaderLoadBinaryFromMemory(ShaderFile.DataPtr(), ShaderFile.Size(), Type, Format, pObject, pReturnError) == PVR_SUCCESS)
PVRTPFXParserAPI.cpp 285 if (PVRTShaderLoadBinaryFromMemory(src.GetVertexShader(uiVertIdx).pbGLSLBinary, src.GetVertexShader(uiVertIdx).nGLSLBinarySize,
332 if (PVRTShaderLoadBinaryFromMemory(src.GetFragmentShader(uiFragIdx).pbGLSLBinary, src.GetFragmentShader(uiFragIdx).nGLSLBinarySize,

Completed in 126 milliseconds